body {
	background-color:#FFFFFF;
	background-image: url(../images/fond_azul.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 63%;
	font-family:  Tahoma, Arial, Verdana, sans-serif;
}

img {
	border: 0px;
}

#cont {
	width:800px;
	/*height:600px;*/
	margin: auto;
}

#header{
	width: 800px;
	height: 151px;
}

#header-cont {
	width:800px;
	height:151px;
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
}

.flota-l {
	float: left;
}

.fot_cab {
	position: relative;
	top: 0px;
	right: -141px;
}

#cuerpo {
	width: 800px;
	/*position: relative;
	top: -186px;*/
	/*height: 377px;*/
}

#cuerpo-somb-l {
	width:31px;
	height:377px; /* modificar cuando crezca de alto */
	background-image: url(../images/sombra_l.jpg);
	float: left;
}

#cuerpo-cont-l {
	width:511px;
	/*height:377px;*/
	background-color: white;
	float: left;
	color: #5f5f5f;
	font-size: 1.2em;
	/*outline: 1px solid red;*/
}

.ptitulo {
	text-align: center;
	font-size: 1.6em;
	margin-top: 20px;
	color: #9a0000;
}

.psubtitulo {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
}

.resaltado {
	font-size: 1.5em;
	color: #9a0000;
}

.c_azul {
	text-align:center;
	width: 350px;
	margin: auto;
	padding: 10px;
	border: 1px dashed #b8c0ce;
	background-color: #f6f8f7;
}

.centro {
	text-align:center;
}

.der {
	text-align: right;
}

.rojo {
	color: #9a0000;
}

.p-cuerpo-l {
	margin: 15px 20px 0px 20px;
	font-size: 1.1em;
	text-indent: 1em;
	text-align: justify;
}

.medidas {
	width: 60%;
	margin: 20px auto 20px auto;
	/*outline: 1px solid red;*/
}

#cuerpo-cont-l img {
	margin: 20px 20px 0px 30px;
}

#cuerpo-cont-l ul {
	list-style-image: url(../images/arrow.gif);
}

#cuerpo-cont-r {
	width:215px;
	/*height:377px;*/
	float: left;
	margin-top: 200px;
	font-size: 1.1em;
	border-left: 1px dashed #b8c0ce;
	background-image: url(../images/shad.jpg);
	background-repeat: no-repeat;
	color: #9a0000;
}

#cuerpo-cont-r p {
	padding: 0px 20px 0px 20px;
}

#cuerpo-cont-r ul {
	list-style-image: url(../images/arrow.gif);
}

#cuerpo-somb-r {
	width:31px;
	height:377px; /* modificar cuando crezca de alto */
	background-image: url(../images/sombra_r.jpg);
	float: right;
}

#footer {
	/*position: relative;
	top: -186px;*/
	width: 800px;
	height: 72px;
	background-image: url(../images/footer.jpg);
	clear: both;
	text-align: center;
}

#footer p {
	padding-top: 10px;
	margin: 0 50px 0 50px;
	color: #9a0000;
}

/* Formulario */

#cform {
    width:470px;
    margin:20px auto 0 auto;
}
fieldset {
    overflow:auto;
    margin:0 10px 0 10px;
    padding:1em;
    border:1px solid #b8c0ce;
}
fieldset div input {
    float:left;
    width:204px;
    border:1px solid #b8c0ce;
    padding:0.15em;
}
legend {
    float:right;
    font-size:1.3em;
    font-weight:bold;
    color:#9a0000;
}
html>body label {
    display:block
}
input {
    width:316px;
    background:#f1f1f1;
    margin-bottom:8px;
    border:1px solid #b8c0ce;
}
textarea {
    float:left;
    padding:0;
    margin:10px;
    background-color:#f1f1f1;
    border:1px solid #b8c0ce;
    width:180px;
    height:180px;
	font-family:  Tahoma, Arial, Verdana, sans-serif;
    font-size:1em;
}
input#submit {
    border:1px solid #b8c0ce;
    padding:0.15em;
    background-color:#b8c0ce;
    color:#fff;
    margin:9px 0 0 0;
    width:80px;
}
input#submit:active {
    background-color:#9097a1;
}
input:hover, textarea:hover {
    background:#fafbfc;
}
input:focus, textarea:focus {
    background-color:#fff;
}



a:link {
	color: #9a0000;
	text-decoration: none;
}
a:visited {
	color: #9a0000;
	text-decoration: none;
}
a:hover {
	color: #9a0000;
	text-decoration: none;
}
a:active {
	color: #9a0000;
	text-decoration: none;
}