/* CSS Document */
body{
	background-color:#dfdfdf;
	/*background-color:#fff;*/
	font-family: Arial;
	font-size:12px;
}
strong{
	color:#01476b;
}
#fullanchor{
	width:100%;
	text-align:center;
}
#cabecera{
	width:780px;
	background: url(img/cabecera.jpg) top left no-repeat;
	height:150px;
	/*border-bottom:1px solid #fff;*/
}
#logo{
	float:left;
	width:200px;
	margin-left:25px;
	margin-top:10px;
	border:0;
}
#logo img{
	border:0;
}

#content{
	clear:both;
	width:780px;
	background:#fff;
	border-bottom:1px solid #fff;
	/*padding-bottom:10px;*/
}

div.izquierda{
	width:68%;
	float:left;
	text-align:justify;
	margin-top:15px;
}

div.izquierda p{
	margin-left:0px;
	margin-right:7px;
}
div.derecha{
	width:29%;
	margin-top:15px;
	float:right;
	clear:right;	
}
div.bloque{
	/*border-bottom:1px dotted #ffb000;*/
}
.der{
	margin-right:30px;
	margin-left:10px;
	text-align:justify;
}
.izq{
	margin-left:30px;
	margin-right:10px
}

.justify{
border-top:2px solid #eee;
margin:0;
padding:0;
text-align:justify;
padding-left:20px;
padding-right:20px;
}







/*   FOOTER */

#footer{
width:780px;
background: url(img/footer.jpg) top left no-repeat;
height:200px;
color:#979696;
font-size:10px;
text-align:right;
}
.floatright{
margin:0;
margin-right:20px;
padding-top:10px;
#padding-top:2px;
}
.footerlink{
text-decoration:none;
color:#979696;
}
.footerlink:hover{
text-decoration:underline;
color:#777676;
}

.contactleft{
text-align:left;
margin-top:10px;
#margin-top:20px;
padding:0;
height:50px;
float:left;
margin-left:50px;
}

.etiqueta{
	width:300px;
	font-size:16px;	
	margin-left:30px;
	margin-top:10px;
	}
.enviaretiqueta{	
	font-size:16px;	
	/*font-weight:bold;	*/
	margin-left:10px;	
	/*color:#fff;*/
	/*border:2px solid #4590c1;*/
	
}
.listacontenido{
	list-style:none;
	list-style-image:url(img/listicon.gif);
}
.aligncenter{
	text-align:center;
}
.marginleft{
margin-left:20px;
padding-left:20px;
}

.clearlink{
color:#ff9100;
text-decoration:none;
}
.clearlink:hover{
text-decoration:underline;
}



.cleardiv{
clear:both;
overflow:hidden;
}

.centrado{
text-align:center;
}
.menuunder{

padding-left:180px;
background: url(img/separadormenu.jpg) top left no-repeat;
padding-top:19px;
}
.menuul{
	display:inline;
	list-style:none;	
}
.menuli{
	float:left;	
	list-style:none;
}
.menulink{
	font-size:16px;
	font-weight:bold;
	display:block;	
	padding-left:20px;
	margin-right:20px;
	padding-bottom:0px;
	background: url(img/listiconoff.gif) top left no-repeat;
	text-decoration:none;
	color:#01476b;
}
.menulink:hover{
	background: url(img/listicon.gif) top left no-repeat;
}
