@charset "utf-8";
/* CSS Document */
.precio{color:#ac0000; font-weight:bold; font-size:12px}
.mini_imagen{border:1px solid #CCCCCC; width:120px; cursor:pointer}
.grande_imagen{border:1px solid #CCCCCC; width:520px;}
.comentario{color:#fafafa}
h1{color:#fafafa}
h2{color:#fafafa}
a {
	color:#fafafa;
	text-decoration: none;
}
ul {
	margin:0;
	padding:0;	
}
ul li {
	padding: 0;
	margin:0;
}
li {
	list-style: none;
}
p {
	margin: 0;
}
img {
	border: none;
}
/************************************************/

body {
	background-color:#988E85;
	font-family: "Trebuchet MS",arial;
	font-size:13px;
	color:white;
}

td.pie {
	
	height: 30px;	
}
td.pie p {
	color: #BE1063;
}
a.enlace {
	color:white;
	text-decoration: none;
}
a.enlace:hover {
	text-decoration: underline;
}
p, li{
	/*font-family: "Trebuchet MS";
	font-size: 11px;
	color:white;*/
}
ul.submenu li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 3px;
}
ul.submenu li a {
	font-size: 13px;
	font-weight: bold;
	color: #0188C8;
	background-image: url(images/icono_submenu.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
ul.submenu li a:hover {
	color:#BE1063;
	padding-left:25px;
}
p {
	margin-bottom: 10px;
	text-align: justify;
}

h4 {
	color:#f0f0f0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align:right;
	padding-right: 10px;
	margin:0;
	/*margin-bottom: 15px;*/
}
h5 {
	color:#cccccc;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align:left;
	padding-right: 10px;
	margin:0;
	margin-bottom:5px;
}
.formu {
	
	font-family: "Trebuchet MS";
	font-size: 13px;
}
input, select {
	border: none;
	background-color:#ede9e9;
	color: #666666;
	width: 120px;
}
ul#lista_servicios li {
	background-image:url(images/ok.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
	margin-bottom: 30px;
	text-align: justify;
}
ul#lista_enlaces li {
	margin-bottom: 20px;
	background-image:url(images/ok.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
}
td.nom_input {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight:bold;
	color: white;
	text-align: right;
	padding-right: 10px;
}
input.fondo_input, textarea {
	background-color:#ede9e9;
	border: none;
	color: #666666;
	font-size: 13px;
	font-family: "Trebuchet MS";
}
textarea {
	overflow: auto;
}
a.correo {
	color: white;
	font-weight:bold;
}
a.correo:hover {
	text-decoration: underline;
}
a.boton_enviar, a.boton_enviar2 {
	color: white;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size: 20px;
	background-image:url(images/icono_enviar.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
}
a.boton_enviar2 {
	background-image:url(images/icono_enviar2.jpg);
}
a.boton_enviar:hover, a.boton_enviar2:hover {
	text-decoration: underline;
}


p.guion {
	background-image:url(images/icono_guion.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:20px;
	text-align: left;
}



