body {
	background-image:url(img/fondo.png);
	background-repeat:repeat-x;
	background-color:#0080B5;
	margin:0px;
	font-family:Arial;
}
h1 {
	font-size:18px;
	color:#E8E595;
	margin-bottom:8px;
	margin-top:14px;
}
h2 {
	font-size:14px;
	color:#D0A825;
	margin-bottom:7px;
	margin-top:4px;
}
.brsmall {
	height:5px;
}
.brmedio {
	height:15px;
}
#header {
	margin-left:70px;
	position:relative;
	margin-bottom:50px;
}
.logo {
	width:288px;
	height:97px;
	background-image:url(img/logo.png);
}
.menu {
	width:99%;
	height:25px;
	background-color:#6697B7;
	position:absolute;
	margin-top:5px;
	margin-bottom:16px;
	padding-top:10px;
	padding-left:1%;
}
.menu a {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:4px;
	margin-right:4px;
	padding-left:8px;
	padding-right:8px;
	float:left;
	display:block;
	
}
.menu a:hover {
	margin-left:4px;
	margin-right:4px;
	background-color:#146292;
	text-decoration:none;
	display:block;
	height:25px;
	padding-top:10px;
	margin-top:-10px;
}
#footer {
	margin-left:70px;
	position:relative;
	bottom:0px;
	margin-top:25px;
	font-size:11px;
	color:#FFFFFF;
}
.lineapunteada {
	width:100%;
	height:2px;
	background-image:url(img/lineapunteada.png);
	background-repeat:repeat-x;
	position:absolute;
	overflow:hidden;
}
#contenido {
	margin-left:70px;
	position:relative;
	clear:left;
}
.content {
	width:600px;
	overflow:hidden;
	clear:left;
}
.content p {
	font-size:12px;
	color:#FFFFFF;
}

.content table {
	font-size: 12px;
	color: #FFFFFF;
}

#contenido input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: transparent;
	padding: 2px;
}
#contenido #nombre,#email,#asunto,textarea {
 	width: 200px;
}
.content a {
	color:#E8E595;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;

}
.separadorpunteado {
	width:100%;
	height:2px;
	background-image:url(img/lineapunteada.png);
	background-repeat:repeat-x;
	overflow:hidden;
}
.ci {
	width:290px;
	margin-left:2px;
	float:left;
}
.cd {
	width:290px;
	margin-right:2px;
	float:right;
}

.c0 {
	width:290px;
	margin-left:2px;
	padding-right:6px;
	float:left;
}
.c1 {
	width:290px;
	margin-right:2px;	
	padding-left:6px;
	float:left;
}

.thumb {
	width:110px;
	height:104px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
.thumb img{
	border:none;
	margin:0px;
	width:110px;
	height:85px;
}
.masinfo {
	width:90px;
	height:22px;
	float:right;
	margin:0px;
	background-image:url(img/masinfo.png);
	text-decoration:none;
}
.masinfo a{
	text-decoration:none;
	margin-top:0px;
}

.detalle {
	width:170px;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.detalle span{
	font-size:11px;
	font-weight: normal;
	color:#FFFFFF;
}
.detalle p {
	font-size:9px;
	font-weight: normal;
	color:#FFFFFF;
}
.detalle .separadorpunteado {
	margin-top:7px;
}
.contdetalle {
	overflow:hidden;
	clear:left;
	margin-bottom:15px;
}
.cif {
	width:380px;
	float:left;
}
.cif a {
	text-decoration:none;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	margin-left:3px;
	margin-right:3px;
}
.cdf {
	width:160px;
	float:right;
	text-align:right;
	font-size:11px;
}
.cdf span{
	color:#E8E595;
	font-size:11px;
}
.cdf a{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}


.paginado{
	text-align:center;
	color:#FFFFFF;
	width:600px;
	clear:left;
	font-size:14px;
}
.paginado a{
	color:#FFFFFF;
	text-decoration:none;
}

.paginado span.pag_actual{
	font-weight:700;
}
