body{
	background: #FFFFFF;
	font-family: Verdana, Tahoma, Trebuchet;
	font-size: 12px;
	color: #295695;
}

h2{
	text-align: center;
}
h3{
	font-size: 15px;
}
abbr{
border-bottom: 1px dotted;
font-weight: bold;
}
img{
	border: 0px;
}
a{
	text-decoration: none;
}
/* ESTRUCTURA */
#total_box{
	width: 600px;
	margin: 50px auto;
}
#top_box{
	margin: 0;
	background: url('fondo_top_box.jpg') no-repeat;
	height: 55px;
	width: 600px;
	padding-left: 340px;
	padding-top: 15px;
}
#bottom_box{
	margin: 0;
	background: url('fondo_bottom_box.jpg') no-repeat #ffffff;
	height: 8px;
	width: 600px;
}
#content_box{
	margin: 0;
	background: url('fondo_content_box.jpg');
	padding-left: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#zona_izquierda{
	float: left;
	width:120px;
}
#zona_dinamica{
	float: right;
	width: 460px;
}
.clear{
	clear: both;
}


/* CAJA_BOTONES */
#caja_botones{
	width: 120px;
}
#caja_botones img{
	margin-right: 4px;
}
#caja_botones a{
	text-decoration: none;
}
#seccion_seleccionada{
	padding-top: 4px;
	margin-bottom: -4px;
	background: yellow;
}
#caja_botones img:hover{
	padding-top: 4px;
	margin-bottom: -4px;
	background: #E9B12F;
}
/* CAJA MENSAJES */
.caja_mensaje{
	width: 115px;
	margin-top: 10px;
	margin-left: 7px;
}
.caja_top{
	background: url('caja_top.jpg') no-repeat;
	height: 15px;
}
.caja_middle{
	background: url('caja_middle.jpg') repeat-y;
	padding-left: 15px;
	padding-right: 15px;
}
.caja_bottom{
	background: url('caja_bottom.jpg') no-repeat;
	height: 15px;
}
.cita{
	font-size: 15px;
	text-align: right;
}
.cita small{
	font-size: 9px;
}



/* FORMULARIO */
#formulario_contacto{
	background: url('borde_margen.jpg') repeat-y;
	padding-bottom: 4px;
	padding-left: 12px;
	width: 250px;
	margin: 25px auto;
}
#formulario_contacto input{
	border: 1px solid #295695;
	margin: 1px;
	padding: 2px;
	color: #295695;
}
#formulario_contacto textarea{
	border: 1px solid #295695;
	margin: 1px;
	padding: 2px;
	font-size: 11px;
	font-family: sans-serif;
	overflow: auto;
	color: #295695;
}

/* TRABAJOS */
.trabajo{
	border-top: 3px solid #FDEA9E;
	border-bottom: 3px solid #FDEA9E;
	background: #FFF5CF;
	margin: 20px auto;
	width: 425px;
}
.trabajo a{
	font-weight: bold;
	color: #F9B518;	
}
.trabajo ul{
	margin: 0;
}
.trabajo li{
 list-style: none;
 margin-left: 10px;
}
.miniaturas{
	text-align: center;
}
.img_principal{
	float: left;
}