/* CSS Document */

/* COLORES 
bordo: #942824
verde seco: #778060
crema: #EDF0DF

*/
* {margin: 0; padding: 0 }

body {
	background-color: #FFFFFF;
	background-image: url(imgs/back_gral.jpg);
	background-repeat: repeat-x;
	margin: auto;
	width: 910px;
	font-family: "Trebuchet MS", Arial; font-size: 12px;
	color: #333333;
}
#lateralbordo { width: 190px; height: 354px; float: left; background-color: #942824; font-family: "Trebuchet MS", Arial; font-size: 11px; color: #fff; height: 383px; background-image: url(imgs/back-bordo.gif); background-repeat:no-repeat; background-position: bottom; margin-top: 42px;}
#derechabordo {width: 471px; height: 354px; float: left; border-right: 1px dotted #666666; background-image: url(imgs/back_edificio1.gif); background-repeat: no-repeat; background-position: bottom; background-color: #FFFFFF; margin-top: 70px;}

#edificio {width: 243px; height: 354px; background-image: url(imgs/back_edificio2.jpg); background-repeat: no-repeat; background-position: bottom; float: left; margin-top: 70px;}

#botonera {width: 191px; height: 379px; background-image: url(imgs/back-botonera.jpg); background-position:top; background-repeat: no-repeat; clear: left; float: left;}

#centro { width: 471px; height: 379px; float: left; background-color: #FFFFFF;  border-right: 1px dotted #666666; overflow:auto;}


#pie { clear: both; width: 652px; height: 35px; border-right: 1px dotted #666666; border-top: 1px dotted #666666; text-align: right; background-color: #EDF0DF; padding: 10px 10px 10px 0; border-bottom: 1px dotted #666666;}

#estudio {font-size: 10px; font-weight: bold; color:#666666; width: 652px; text-align: right; margin: 10px;}


/* extras */
#lateralbordo p{ margin: 150px 10px 0 10px;}

#centro h1 {color: #942824; font-size: 18px; text-align: right; margin: 10px 15px 15px 0;}

#centro p{ margin: 10px; text-align: justify;}

/* botonera */

a, a:link, a :visited, a:active {text-decoration: none; font-weight: bold; color: #942824;}

#botonera a:link, #botonera a, #botonera a:visited{ color: #942824; text-decoration: none; width: 191px; border-bottom: 1px dotted #778060; display: block; height: 20px; padding: 10px 0 5px 15px; font-weight: bold;}

#botonera a:hover {color: #778060; text-decoration: none; }

#lateralbordo a, #lateralbordo a:link, #lateralbordo a:active, #lateralbordo a:visited {color: #FFFFFF;}

#lateralbordo a:hover {color: #EDF0DF;}

#estudio a, #estudio a:link, #estudio a:visited, #estudio a:active {color: #666666;}

#estudio a:hover {color: #990000;}
