@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #9CC2CF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtrHdr #container {
	width: 1030px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/plantilla/cuerpo.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/plantilla/header.jpg) no-repeat left;
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 185px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/plantilla/cuerpo.jpg);
	text-align: justify;
	visibility: visible;
}
#cajaelastica {
	height: 600px;
	width: 99%;
}
#cajaelasticapeticion {
	height: 600px;
	width: 79%;
	float: left;
}
.imder {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imizq {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/plantilla/pie.jpg) no-repeat;
	height: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 500px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #158649;
	text-align: center;
}
.sumilla {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	float: right;
	width: 200px;
	text-align: center;
	background-image: url(images/plantilla/caja1quintmed.jpg);
	background-position: 2px;
}
.columnascerradadoble {
	width: 193px;
	text-align: center;
	float: right;
	background-position: -4px 40px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #DBEDFA;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/plantilla/caja1quintmed.jpg);
	background-repeat: repeat-y;
	height: 550px;
	display: block;
}
.columnascerradatop {
	width: 100%;
	background-image: url(images/plantilla/caja1quintUp.jpg);
	background-position: -4px -8px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 80px;
	display: block;
}
.columnascerradatop p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2855A6;
	vertical-align: bottom;
}
.columnascerradabot {
	width: 193px;
	background-image: url(images/plantilla/caja1quintdown.jpg);
	height: 38px;
	display: block;
	background-position: -3px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.columnascerradadoble p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-position: -4px;
}
.sumilla p {
	
	margin: 5px 10px;
}
#botonidioma {
	height: 30px;
	width: 70px;
	position: relative;
	margin: 0px;
	padding-top: 35px;
	padding-right: 50px;
	padding-left: 910px;
}
.sumilladerecha {
	float: left;
	width: 192px;
	text-align: center;
	background-position: center 0px;
	height: 65px;
	background-repeat: no-repeat;
	color: #990000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.sumilladerecha a {
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px 5px;
	font-weight: bold;
	background-image: url(images/plantilla/botonesgrandes.jpg);
	display: block;
	height: 50px;
	color: #2C57A7;
}
.sumilladerecha a:hover {
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px 5px;
	font-weight: bold;
	background-image: url(images/plantilla/botonesgrandes.jpg);
	display: block;
	height: 50px;
	color: #2D7D4D;
}
.sumillacentro {
	width: 192px;
	text-align: center;
	background-position: center 0px;
	height: 50px;
	background-repeat: no-repeat;
	color: #990000;
	margin: 0px auto;
	padding: 0px;
	text-decoration: none;
	display: block;
}
.sumillacentro a {
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px 5px;
	font-weight: bold;
	background-image: url(images/plantilla/botonesgrandes.jpg);
	height: 50px;
	color: #2E58A4;
	background-position: -3px -2px;
}
.sumillacentro p {
	
}
.imgder {
	padding: 5px 0px 5px 5px;
	float: right;
}

/*tipografía*/
h1{font-size: 24px;}
h2{font-size: 18px;}
h3{font-size: 14px;}
h4{font-size: 12px;}
#menu {
	margin-top: 150px;
	margin-left: 20px;
	position: absolute;
}
#tabla {
	height: 600px;
}
