/* CSS Document */
body
{
	background-color:#FFFFFF;
	background-image:url(../images/fondotrama.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
body, a, input, textarea, select
{
	font-family:Arial, Helvetica, sans-serif;
}
@font-face 
{
	font-family: 'Eurostile';
	src: url('../fonts/Eurostile.ttf') format("truetype");
}
@font-face 
{
	font-family: 'Calibri';
	src: url('../fonts/Calibri.ttf') format("truetype");
}
form
{
	margin:0px;
}
a
{
	color:#333333;
	text-decoration:none;
}
a:hover
{
	color:#666666;
}
a.externo
{
	text-decoration:underline;
}
#container
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#header
{
	width:900px;
	height:123px;
}
#header #logo
{
	float:left;
	width:285px;
	height:123px;
}
#header #menu
{
	float:right;
	width:615px;
	height:123px;
}
#content
{
	width:880px;
	padding:10px;
	padding-top:0px;
	background-color:#FFFFFF;
	text-align:left;
}
#content #slogans
{
	height:30px;
}
#content #banner
{
	width:880px;
	padding-bottom:10px;
}
/******************/
/* ZONA IZQUIERDA */
/******************/
#content #left
{
	float:left;
	width:265px;
	overflow:hidden;
}
#content #left .titulo
{
	font-weight:bold;
	font-size:16px;
	color:#1A1A1A;
	padding-top:10px;
}
#content #left .texto
{
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	color:#534741;
	padding-bottom:10px;
	text-align:justify;
}
#content #left .foto
{
	width:265px;
	height:150px;
	overflow:hidden;
}
#content #left .foto img
{
	width:265px;
}
#content #left .ver_mas
{
	text-align:right;
}
#content #left .ver_mas a
{
	font-size:12px;
	font-weight:bold;
}
/******************/
/* ZONA DERECHA */
/******************/
#content #right
{
	float:right;
	width:600px;
	overflow:hidden;
}




#content .titulo, #content .titulo_slogan
{
	font-weight:bold;
	font-size:18px;
	color:#BE2938;
	padding-top:10px;
	padding-right:10px;
}
#content .titulo_slogan
{
	font-style:italic;
}
#content .texto
{
	color:#534741;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	text-align:justify;
	/*padding-left:10px;
	padding-right:10px;*/
}

/******************/
/* ZONA PRINCIPAL */
/******************/
#content #main
{
	width:880px;
}

/******************/
#footer
{
	padding-top:30px;
	padding-bottom:20px;
	width:880px;
	height:35px;
}
.clear
{
	clear:both;
}
