body {
	margin: 0;
	color: #cc3300;
	background: #ccc url(../imagenes/fondo.gif) repeat-y;
	background-position: center;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
}

/**	CONTENEDORES **/

#flotante { 
	position: absolute; 
	/*top: 0; left: 0; */
	bottom:0;
	z-index: 10;
	background:none;
	padding:0;
	margin: 0 auto 0 auto;
	/*border:1px solid #CCCCCC;*/
	text-align:center; 
	/*font-weight:bold; */
	width:99%;
}
.flotante{
	width: 720px;
	/*border: 1px solid #000;*/
	background: transparent;
	/*float: left;
	/*_margin-left: 35px;
	padding: 0 5px 0 70px;*/
	margin: 0 auto 0 auto;
	padding: 0;
	/*display: block;*/
}
.flotante-contenido{
	width: 110px;
	float: left;
	padding-left: 20px;
	/*border: 1px solid #ccc;*/
}


#principal {
	width: 720px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #fff;	
	border: solid 0px #222;
	font-size: 12px;
	padding: 0;
}
#cabecera {
	height: 178px !important;
	padding: 0;
	border-color: #c00;
	border-style: solid;
	border-width: 5px 0px 0px 0px;
	background: #fff url(../imagenes/banner.jpg) no-repeat;
	text-align: justify;
}

#separador{
	height: 21px;
	background: url(../imagenes/separa.png) repeat-x;
	background-position: top;
}

.logo{
	margin-top:12px;
	position:relative;
	left:-21px;
	_left:-20px;
}

#banner{
	position:relative;
	top:-70px;
	left:-10px;
	_margin-bottom:-125px;
}
#banner-link{
	position:relative;
	top:-70px;
	left:-10px;
	_margin-bottom:-125px;
}

#banner-efecto{
	position:relative;
	top:-220px;
	left:10px;
	_margin-bottom:-125px;
}

#menu {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	margin: 0;
	padding: 5px 5px 15px 5px;
	width: 155px;
	text-align: center;
}

#menu1	{ 
	list-style-type:none; 
	margin: 0 0 0 -40px;
	_margin: 0;
}
#menu1 li a 	{ 
	display:block; 
	padding:5px; 
	background:#efefef; 
	border:1px solid #ccc; 
	margin:0 0 0px 0; 
	color:#c00; 
	width:143px; 
	text-align:justify; 
}
#menu1 li a:hover{ 
	display:block; 
	padding:5px; 
	background:#efefef url(../imagenes/bg_menu.png) repeat-x; 
	border:1px solid #ccc; 
	margin:0 0 0px 0; 
	color:#fff; 
	width:143px; 
	text-align:justify;
	text-transform: uppercase;
}

#contenido {
	margin-left: 180px;
	margin-right: 10px;
	font-size: 12px;
	color: #444;
	text-decoration: none;
/*	width: 540px;*/
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border-color: #303030;
}
#pie {
	font-size: 11px;
	color: #c00;
	padding: 0;
	text-align: center;
	clear: left;
	background: #000 url(../imagenes/pie.png) repeat-x;
	margin: 0;
}
#validar{
	text-align: right;
	padding-right: 15px;
	margin: 0 0 0 0;
}

.precios{
	width:263px;
	height:103px;
	background:url(../imagenes/precio.png) no-repeat;
	color:#fff;
	margin: 5px auto 5px auto;
	text-align: center;
	padding: 5px;
	font-family: Georgia, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.tarifas{
	width:260px;
	height:80px;
	background:#c00 url(../imagenes/bg_rojo.png);
	background-repeat: repeat-x;
	color:#fff;
	margin: 5px auto 5px auto;
	text-align: center;
	padding: 10px;
	font-family: Georgia, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #c00;
	-moz-border-radius: 10px;
	display: block;
}
.tarifas:hover{
	width:260px;
	height:80px;
	background:#c00 url(../imagenes/bg_rojo2.png);
	background-repeat: repeat-x;
	color:#222;
	margin: 5px auto 5px auto;
	text-align: center;
	padding: 10px;
	font-family: Georgia, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #c00;
	-moz-border-radius: 10px;
	cursor: pointer;
}

/** LINKS **/
a {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
a.pie {
	color: #fff;
	text-decoration: none;
	font-weight: bold;

}
a.pie:hover {
	color: #ddd;
	text-decoration: underline;
}
a.menu {
	color: #c00;
	height: 20px;
	line-height: 20px;
	border-width: 0px 1px 1px 1px;
	border-color: #666;
	border-style: solid;
/*	border: solid 1px #666;*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 5px 0px 2px 5px;
	margin: 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background: #fff ;
}
a.menu:hover {
	color: #222;
	text-decoration: none;
	background: #eee;
}
a.img {
	text-decoration: none;
}
a.img:hover {
	text-decoration: none;
	position: relative; top: +1px; right: -1px;
}

a.validar {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.validar:hover {
	color: #555;
	text-decoration: none;
}

a.tarifas{
	width: 260px;
	height: 80px;
	color: #fff;
	text-decoration: none;
	border:none;
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
a.tarifas:hover{
	width: 260px;
	height: 80px;
	color:#222;
	text-decoration: none;
	border:none;
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}

/** VARIOS **/
hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #cc3300;
	font-size: 13px;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}
h1 {
	color: #c00;
	font-size: 18px;
	text-decoration: none;
	text-align: justify;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	padding: 2px 30px 2px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #c00;
}
h2 {
	color: #c00;
	font-size: 15px;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
	padding: 3px 3px 1px 0px;
	margin: 0;
	border-width: 0px 0px 0px 0px;
	border-style: dashed;
	border-color: #cc3300;
}
h3 {
	color: #c00;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-weight: BOLD;
	padding: 2px 2px 2px 2px;
}
h4 {
	color: #fff;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin: 0;
	/*padding-left: 45px;*/
	/*adding: 3px 3px 1px 35px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #222;*/
	background: #000 url(../imagenes/menu2.png) repeat-x;
	background-position: left;
}
img {
	border: 0;
}
.img-izq {
	float: left;
	margin: 5px 10px 5px 5px;
	border: 2px solid #ccc;
}
.img-der {
	float: right;
	margin: 5px 5px 5px 10px;
	border: 2px solid #ccc;
}
.left {
	float: left;
	margin-left: 5px;
}
.right {
	float: right;
	margin-right: 5px;
}
.izq {
	float: left;
	margin: 0 10px 0 10px;
}
.der {
	float: right;
	margin: 0 10px 0 10px;
}
input{
	width: 250px; 
	color: #555;
	font: bold 12px 'Courier New';
	border: 1px solid #cc0000;
	background: #eee;
}
textarea{
	width: 250px;
	height: 120px;
	color: #555;
	font: bold 12px 'Courier New';
	border: 1px solid #cc0000;
	overflow: auto;
	-moz-border-radius: 3px;
	background: #eee;
}
input.boton {
	font: bold 11px Verdana;
	color: #fff;
	width: 100px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: solid 2px #c00;
	background: #222;
}

.boxgrid{ 
	/*width: 201px;
	height: 228px;*/
	margin:5px; 
	padding: 0;
	float:left; 
	color:#222;
	background:#eee; 
	border: solid 2px #ccc; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	width: 93%;
	margin: 0;
	padding: 2px; 
	color:#fff; 
	font-weight:normal; 
	font-size:10px;
	text-align: center;
}
.boxcaption{ 
	color:#afafaf;
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	padding: 5px; 
	color:#afafaf; 
	font-weight:normal; 
	font-size:11px;
	text-align: justify;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260px;
 	left: 0;
}
.caption .boxcaption {
	top: 220px;
 	left: 0;
}

.clientes{
	padding: 10px;
}

.button {
	margin: 0;
	padding: 4px 10px 3px 25px;
	border: solid 1px #c00;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-image: url('../imagenes/bkg.png');
	background-repeat: repeat-x;
	font-size: 11px;
	height: 16px;
	text-decoration: none;
	color: #c00;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.button img {
	position: absolute;
	top: -4px;
	left: -12px;
	border: none;
}
.button:hover {
	color: #222;
	text-decoration: none;
}

.precio{
	font-size: 38px;
}

.error{
	color:#f00;
	border: 2px solid #f00;
	height: auto;
	width: 90%;
	padding: 40px 5px 5px 5px;
	background: #F8F0F1 url(../imagenes/error.gif) no-repeat;
	background-position: top;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 7px;
}
.error_lista{
	text-align: justify;
	font-size: 11px;
	font-weight: normal;
	padding-left: 17px;
	background: url(../imagenes/mal.png) no-repeat;
	background-position: left top;
}

.enviado{
	color:#090;
	border: 2px #090 solid;
	height: auto;
	width: 90%;
	padding: 35px 8px 8px 8px;
	background: #cfc url(../imagenes/exito.png) no-repeat;
	background-position: top;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	-moz-border-radius: 7px;
}
.boton-enviar {
	margin: 0;
	padding: 2px;
	border: solid 1px #c00;
	cursor: pointer;
	background-image: url('../imagenes/bkg.png');
	background-repeat: repeat-x;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #c00;
	-moz-border-radius: 7px;
}

.info_fieldset { 
	text-align: left;
	padding: 15px;
	-moz-border-radius: 7px; 
	border: 1px #c00 solid; 
	background: #fff url(../imagenes/box.jpg) no-repeat;
	background-position: right;
}

.info_fieldset legend
{
	border: 1px #c00 solid; 
	color: #c00; 
	padding: 2px 15px 2px 15px;
	font-weight: bold;
	font-size: 16px;
	-moz-border-radius: 7px;
}

label  { 
	width: 140px; 
	margin: 5px; 
	text-align: left; 
	font-weight: bold;
}

input.texto{
	-moz-border-radius: 3px;
}

.ok{
	background: url(../imagenes/ok-verde.gif) no-repeat;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 20px;
	display: block;
	margin: 5px 0 5px 0;
}

.servicios{
	width: 350px;
	height: 48px;
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	background: #fff url(../imagenes/bg_servicios.png) repeat-x;
	background-position: bottom;
	padding: 5px;
	margin: 5px auto 5px auto;
}
.servicios:hover{
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	background: #fff url(../imagenes/bg_servicios2.png) repeat-x;
	background-position: top;
	padding: 5px;
}
img { 
	-ms-interpolation-mode: bicubic; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
