/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
strong{color:#333;}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*                      */
body {
	background-color: #45372e;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}
.tablaF a {
	font-weight: bold;
	color: #666;
	font-size: .9em;
}

#contenido #contenido2 {
	background-image: url(../imagenes/chica.gif);
	background-position: left top;
	margin-top: 20px;
	background-repeat: no-repeat;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#contenido #contenido2 #xplica {
	width: 610px;
	margin-top: 20px;
	padding-left: 260px;
}
#xplica .bloque p {
	margin-left: 30px;
	font-size: 0.80em;
	margin-bottom: 12px;
	text-align: justify;
}
.tablaF tr td {
	padding: 5px;
}
.tablaF2 tr td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../imagenes/bola.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#pie {
	font-size: 0.7em;
	padding: 10px;
	text-align: right;
	color: #444;
	background-image: url(../imagenes/fondoPie.png);
	width:700px;
	margin-left:200px;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}



.bloque h2 {
	font-weight: bold;
	color: #333;
	font-size: 95%;
	margin-left: 15px;
	margin-bottom: 10px;
}
#xplica .bloque {
	margin-bottom: 20px;
	background-color: #FFF;
	padding: 20px;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.bloque h1 {
	color: #D60032;
	font-weight: bold;
	margin-bottom: 10px;
}

#contenido {
	background-image: url(../imagenes/fondo.gif);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#contenido #logos {
	background-image: url(../imagenes/logoI.gif);
	background-repeat: no-repeat;
	background-position: right;
}
