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

body {
	margin: 40px 0 0 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/fondo-gris-4.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-attachment: fixed;
}

form {
	margin: 0;
	padding: 0;
}
sup {
	line-height: 0.9em;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #990000;
	text-align: center;
}

a {
	color: #000000;
}

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

p, ul, ol, blockquote {
	text-align: justify;
}

/* Header */

#header {
	width: 700px; /* 480 */
	height: 130px;
	margin: 0 auto;
	background: url(images/img2.png);
}

#logo {
	float: left;
	padding: 25px 0 0 30px;
}

#logo h1 {
	letter-spacing: -4px;
	font-size: 4em;
}

#logo h2 {
	margin-top: -10px;
	text-align: center;
	font-size: 1em;
}
#logo h4 {
	margin-top: -10px;
	text-align: center;
	font-size: 0.8em;
}


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

#menu {
	float: right;
	padding: 20px 70px 0 0;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 125px;
	height: 20px;
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
	border-top: 1px dotted #86A406;
	text-transform: lowercase;
	text-decoration: none;
	color: #000000;
}
#menu a:hover{
	background-color: #FFF0DB;
	color: #060;
}

#menu .first a {
	border: none;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/img3.png) repeat-y;
}

/* Column One */

#colOne {
	margin: 0 15px;
	/*background: url(images/img5.gif) repeat-x;*/
}

#colOne .post {
	padding: 20px 30px 10px 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#colOne .title {
	letter-spacing: -2px;
	font-size: 2em;
}

#colOne .posted {
	font-size: x-small;
}

/* Column Two */

#colTwo {
	margin: 0 15px;
	background: #E5FAA0 url(images/img6.gif) repeat-x;
}

#colTwo ul {
	margin: 0;
	padding: 30px 30px 0 30px;
	list-style: none;
}

#colTwo li {
	display: block;
	float: left;
	width: 300px;
}

#colTwo li ul {
	padding: 0;
	background-image: url(images/spacer.gif);
}

#colTwo li li {
	display: list-item;
	float: none;
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
}

#colTwo h2 {
	font-size: 1.6em;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	background-image: url(images/img8.png);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
}

/* form's style by 
Azielito.blogspot.com */

fieldset{
	margin-bottom: 15px;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	/*background-color: #FF9999;*/
}
legend{
	font-weight: bold;
}

input,textarea,select,.antecedentes tr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
	margin: 5px;
	background-color: #FFFFFF;
}
input[readonly="readonly"],textarea[readonly="readonly"],select[readonly="readonly"],
input[disabled="disabled"],textarea[disabled="disabled"],select[disabled="disabled"]{
	border-style:dashed;
	border-color:#ff0000;
	background-color: #FFFFFF;
}

input:hover,input:focus,textarea:hover,textarea:focus,select:hover,select:focus{
	background-color: #ECFFEC;

}
input[type="submit"],input[type="button"]{
	background-color:#990000;
	color:#FFFFFF;
}
option:hover{
	background-color:#FCC;

}
label{
	margin: 5px;
	width: 50%;
}
.izquierda{
	float:left;
	width:40%;
	display:block;
}
.derecha{
	float:right;
	width:40%;
	display:block;
}
textarea {
	display:block;
	width:95%;
	height:auto;
}

.ancho{
	width:95%;
	display:block;
	clear:both;}
.ancho input,.ancho textarea,.ancho select{width:95%}
.error {
	font-weight: bold;
	display: block;
	width: 95%;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 5px;
}
.bien {
	font-weight: bold;
	display: block;
	width: 95%;
	margin-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #060;
	border-bottom-color: #060;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 5px;
}
.error:before{
	content:url("images/error.gif");
}
.bien:before{
	content:url("images/bien.gif");
}
.firma,.print{
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	visibility:hidden;
	display: none; 
}
br{ display:block;
	clear:both;
}
.bg1{
	background-color: #ECFFEC;
}
.bg2{
	background-color: none;
}
.boton-nav:hover {
	margin-top: -3px;	
}
