/*generales*/
* {
	margin: 0;
	padding:0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/fondo.jpg) no-repeat top left #fefdf1;
	color:#333333;
	text-align:center;
}
a {
	text-decoration:none;
}
#contenedor {
	width:980px;
	clear:both;
	margin: 0 auto;
}
/*cabecera*/	
#cabecera {
	height: 210px;
}
/*cuerpo*/	
#cuerpo {
	background: url(images/fot_servicios.jpg) no-repeat top left;
	padding: 0 0 40px 400px;
	min-height: 540px;
	height: auto !important;
	height: 540px;
	text-align: left;
}
#cuerpo div {
	padding-bottom: 20px;
	float:left;
	width: 270px;
	padding: 0;
	margin: 0;
	margin-right: 40px;
}
#cuerpo h1 {
	font-size: 30px;
	letter-spacing: -1.5px;
	text-align: left;
	background: url(images/img_textos_fondo.gif) no-repeat bottom right;
	color: #c9021c;
	border-bottom: 1px dashed #c9021c;
	margin-bottom: 15px;
}
#cuerpo h1 a {
	color: #c9021c;
	font-weight:normal;
}
#cuerpo h2 {
	font-size:16px;
	text-align: left;
}
#cuerpo h3 {
	font-size: 14px;
	font-weight:bold;
	background-color: #c9021c;
	color:#fefdf1;
	padding: 4px;
	padding-left: 6px;
	margin: 30px 0 10px 0;
}
#cuerpo hr {
	display: block;
	clear: both;
	border-bottom: 1px dashed #c9021c;
	margin: 15px 0 5px 0;
}
#cuerpo p {
	text-align: left;
}
#cuerpo p.resaltado {
	font-weight: bold;
	text-align: left;
}
#cuerpo ul {
	list-style: none;
}
#cuerpo li {
	background-image: url(images/img_li_textos.gif);
	background-repeat:no-repeat;
	background-position: 4px left;
	padding-left: 10px;
}
#cuerpo .fotos {overflow: hidden;}
#cuerpo .fotos, #cuerpo .fotos li {background: none; padding: 0; margin: 0;}
#cuerpo .fotos li {position: relative;float: left;}
#cuerpo .fotos li a {
	display: block;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #dddddd;
	margin: 0 2px 2px 0;
	height: 60px;
	width: 60px;
	background-color: #ffffff;
	padding: 4px;
}
#cuerpo a {color: #c9021c;}
#cuerpo .fotos li a:hover {border-color: #000000; background-color: #000000;}
#cuerpo .fotos li a img {width: 60px; height: 60px;}
#cuerpo .salones {margin-right: 20px;}
#cuerpo .salones a {display: block; background-color: #c9021c; color: #ffffff; margin-bottom: 20px;}
#cuerpo .salones a:hover {background-color: #000000;}
#cuerpo .salones a strong {display: block; padding: 5px 7px;}
/*estilo del pie*/
#pie {
	background-color: #000000;
	color: #666666;
	display: block;
	clear:both;
	text-align:left;
	padding: 10px;
}
#pie a {color: #666666; text-decoration: underline;}
#pie td {vertical-align: top; border-left: 1px solid #222222; padding-left: 10px; width: 150px;}
#pie th {vertical-align: top;}
#pie h4 { font-size: 14px;}
#pie strong {display: block; font-size: 18px; color: #cccccc; margin-top: 8px;}
#pie a:hover {
	color:white;
}
#pie a:hover {
	text-decoration: underline;
}
#pie .diseno {
	padding: 30px 0 0 0; text-align: right; font-size: 10px;
}

/*FORMULARIOS*/
label {
	display: block;
	color: #000;
	width: 100px;
	margin: 10px 0 2px 0;
}

input, textarea {
	border: 1px solid #cccccc;
	padding: 5px;
}
input[type=image] {
	width: 60px;
	height:30px;
	padding: 0; border: 0; margin-top: 10px;
}