body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #75B23A;
	background-image: url(../img/motivo_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	text-align: center;
}
li {
	color: #666666;
	margin-left: 25px;
	margin-right:30px;
	text-align: left;
	padding-bottom: 5px;
}
select {
	border: 1px solid #666666;
	width:250px;
}
textarea {
	border: 1px solid #666666;
	width: 350px;
}
select {
	font-size: 11px;
	border: 1px solid #666666;
}
a:link, a:visited, a:active {
	font-size: 10px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #336600;
	text-decoration: underline;
}
#todo {
	background-image: url(../img/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*height: 510px;*/
	left: 0px;
	top: 0px;
}

#todo #contenido #cabecera {
	padding-top: 10px;
	margin-left: 3px;
}

#todo #contenido {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 540px;
	margin: 0 auto;
}
.cuerpo {
	background-image: url(../img/ficha_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
}
.cuerpo p {
	margin: 20px;
	text-align: justify;
	display: block;
	color: #666666;
}
.cuerpo h3 {
	margin: 20px;
	color: #339900;
	font-size: 18px;
	text-align: left;
	display: block;
}

/* Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
body > div#todo #lateral {
	position:relative;
	float: right;
	left: 25px;
	top: 200px!important;
}
/* IE5.5+ */
div#todo #lateral {
	position:relative;
	float: right;	
	left: 25px;
	top: 200px!important;
}
#todo #contenido #copy {
	bottom: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.pie {
	background-image: url(../img/ficha_inf.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
.cabecera {
	background-image: url(../img/ficha_sup.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.resalta_q {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.fecha {
	color: #339900;
}
.text_form {
	color: #339900;
	font-weight: bold;
	font-size: 12px;
}
.foto {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.btnG {
	font-size: 11px;
	border: 1px solid #666666;
	color: #339900;
	background-color: #EEEEEE;
	width: 200px;
}
.btnN {
	font-size: 11px;
	border: 1px solid #666666;
	color: #339900;
	background-color: #EEEEEE;
}
.input {
	font-size: 11px;
	width: 400px;
	border: 1px solid #666666;
}
.ar {
	color: #CC0000;
}
.mostrar{
	display: inherit;
}
.ocultar{
	display: none;
}
.PDF {
	background-image: url(../img/page_white_acrobat.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border:none;
	padding-left:20px;
	padding-bottom:2px;
	cursor:pointer;
}