/* CSS Document */

<style>
	#body {
	text-align:center;
	}
	
	#content {
	margin:0 auto 0 auto;
	width:629px;
	text-align:left;
	}
	
	#cabecera {
	width: 629px;
	height:78px;
	}
	
	#menu {
	width:160px;
	float:left;
	margin-top:10px;
	}
	
	#contenido {
	width:459px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	}
	
	#pie {
	clear:both;
	width:629px;
	height:36px;
	margin-top:30px;
	border-color:#999999;
	border-width:1px;
	border-style:solid;
	}
	h1{
	font-size: 16px;
	text-decoration:inherit;
	color: #666666;
	} 
	p{
	padding-left:15px;
	font-size: 14px;
	color: #666666;
	text-align:justify;
	}
	A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color: #666666;
	text-decoration:none;
	}
	A.enlacenav:HOVER{
	color: #333333;
	} 
	A.enlacenav1 {
	font-size: 14px;
	color: #333333;
	text-decoration:none;
	}
	A.enlacenav1:HOVER {
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	}
	A.enlacenav2 {
	font-weight:bold;
	color: #0000CC;
	text-decoration:none;
	}
	#PHSubtitulo1{
	color: #0033FF;
	font-size:14px;
	}
	/*tabla menu*/
	#tbmenu{
	border-color:#999999;
	border-width:1px;
	border-style:solid;
	background-color: #EEEEF0;
	margin-top:2px;	

	background-repeat:no-repeat;
	height:18px;
	width:145px;
	vertical-align:middle;
	font-size:14px;
	color:#333333;
	}

	#pie1 {
	margin-left:30px;
	margin-top:10px;
	vertical-align:middle;
	font-size:14px;
	color:#666666;
	}
	li{
	font-size:14px;
	color:#666666;
	margin-bottom:10px;
	}
	li.ofertas {
	color: #0000CC;
	}
	/*tabla contacto*/
	#tbcon {
	margin:0 auto 0 auto;
	width:455px;
	text-align:left;
	}
	#tbcon_izq1 {	
	width:105px;
	float:left;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-align:left;
	height:40px;
	}

	#tbcon_der1 {
	width:345px;
	height:40px;
	float:right;
	text-align:left;
	font-size:14px;
	color:#666666;
	}

	#tbcon_izq {
	width:105px;
	float:left;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-align:left;
	height:20px;
	}
	#tbcon_der {
	width:345px;
	height:20px;
	float:right;
	text-align:left;
	font-size:14px;
	color:#666666;
	}
	#tbcon_pie{
	padding-top:10px;
	clear:both;
	width:455px;
	text-align:left;
	}
	span.documentoPdf {
	background: url(imagenes/pdf.jpg) repeat-y left transparent;
	padding-left:25px;
	}

</style> 