/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #005397;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#fondo {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
}

#fondo2 {
	width: 970px;
	margin: 0 auto;
	background: #0477D0;
}


h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 1px;
	text-align: left;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #3E9722;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 32px;
	text-align:center;
	padding: 5px 0 0 5px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .title h2 a {
	text-decoration: underline;
	color: #FFFFFF;
}

.boxed .title h2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

/* Post */

.post {
}

.post .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .title a {
	text-decoration: underline;
	color: #FFFFFF;
}

.post .title a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


.post .rutacatego {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 20px;
	text-align: left;
	font-size: x-small;
	color: #FFFFFF;
}

.post .rutacatego a {
	
	color: #FFFFFF;
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

/* Header */

#header {
	width: 920px;
	height: 118px;
	margin: 0 auto;	
	padding:  1px 20px 0 20px;
	background: #0477D0 url(images/headermed.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;	
}

#menu ul {
	margin: 0;
	padding-top: 93px;	
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 10px;
	margin-left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu .active a:hover {
	background-image: url(images/img04.gif);
}

#menu .active a {
	background-image: url(images/img05.gif);
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 15px;	
	background: url(images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	width: 680px;
	padding-left: 20px;	
	background: #ffffff;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

#sidebar .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}ul

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#sidebar2 .boxed .title h2 {
	background: url(images/img10.gif) no-repeat right top;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

#search input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#search button {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}



#comprar {
	cursor: pointer;
	background: #CAE646 url(images/cart.png) left  no-repeat;		
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 50px;
	text-align: left;
	font-size: small;
	color: #000000;
}

#btnanterior {
	cursor: pointer;
	background: #EEEEEE url(images/go-previous.png) left  no-repeat;
	width:85px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 19px;
	text-align: left;
	font-size: small;
	color: #000000;
}

#btnsiguiente {
	cursor: pointer;
	background: #EEEEEE url(images/go-next.png) right  no-repeat;
	width:85px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 19px;
	text-align: left;
	font-size: small;
	color: #000000;
}


.story fieldset {
    border: none;    
}

.story legend {
    display: none;
}


#formpreguntar fieldset{
	float:inherit;
	width: 600px;
	border: none;
}

#formpreguntar legend{
	display:none;
}

#formpreguntar button{
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#formpreguntar textarea{
	margin-bottom: 10px;
	width: 100%;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

/** 
 * Bordes Redondeados
 * 
 * - - - - - - - - - - - - - */
.comment{
	background: #f7f7f7 url("images/line-left.png") 0 0 repeat-y; 
	clear: both;
}
.comment-inner{
	background: transparent url("images/line-right.png") 100% 0 repeat-y;
}
h3.entry-title{
	background: transparent url("images/top-left.png") 0 0 no-repeat;
}
h3.entry-title div{
	display: block;
	background: transparent url("images/top-right.png") top right no-repeat;
	padding: 32px 20px 10px 20px;
}
.entry-content{	
	padding-right: 20px;
	padding-left: 20px;
}

.reply-link{
	float:right;	
	padding-right: 20px;
	padding-left: 20px;
}

.comment-footer{
	background: transparent url("images/bottom-left.png") 0 100% no-repeat;
}
.comment-footer p{
	background: transparent url("images/bottom-right.png") 100% 100% no-repeat;
}
.comment-footer p div{
	display: block;	
	text-align: right;
	padding: 0 0 7px 0;
	margin: 7px 20px 0 20px;
}


/* ----- DATAGRID ----- */
.jawsDatagrid {
  -moz-border-radius: 4px;
  padding:    2px;
  background: #edf3fe;
  border:     1px dashed #ccc;
  border-spacing: 0px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.jawsDatagrid tbody {
  border: 0px;
}

.jawsDatagrid td {
  padding:  3px 5px;
  border-bottom: 1px solid #fff;
}

.jawsDatagrid thead td {
  border-bottom: 1px solid #3465a4;
  background-color: #3465a4;
  color: #fff;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}

/* ----- NOTIFICATIONS ----- */
.tips {
	background: url(images/important.png) left  no-repeat;	
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 35px;
	text-align: left;
	font-size: small;
	color: #000000;
}

.nocomments {
	background: url(images/face-surprise.png) left  no-repeat;	
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 35px;
	text-align: left;
	font-size: small;
	color: #000000;
}


.noresults {
	background: url(images/face-sad.png) left  no-repeat;	
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 35px;
	text-align: left;
	font-size: small;
	color: #000000;
}

.simple-response-msg {
	background: url(images/dialog-information.png) left  no-repeat #f4f4f4;	
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 35px;
	text-align: left;
	font-size: small;
	color: #000000;
	border: 1px solid #b2b2b2;
	width: 90%;
}

.notice-message {
	background: url(images/dialog-information.png) left  no-repeat #f4f4f4;	
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 35px;
	text-align: left;
	font-size: small;
	color: #000000;
	border: 1px solid #b2b2b2;
	width: 90%;
}

.error-message {
	background: url(images/dialog-error.png) left  no-repeat #f4f4f4;	
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 35px;
	text-align: left;
	font-size: small;
	color: #000000;
	border: 1px solid #b2b2b2;
	width: 90%;

}

.warning-message {
	background: url(images/dialog-warning.png) left  no-repeat #f4f4f4;	
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 35px;
	text-align: left;
	font-size: small;
	color: #000000;
	border: 1px solid #b2b2b2;
	width: 90%;
}

#rImage{
	cursor: pointer;
}

#click{
	cursor: help;			
	font-size: x-small;
}


/* Content > topbar */

#topbar {
	float: left;	
}

#topbar .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
	text-decoration: underline; 
	cursor: pointer;
}