/* CSS Document */

body{
	background-color:#BF3E81;
	top:0px;
	left:0px;
	bottom:0px;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.clearfix:after
{
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contenedor{
	background-color:#FFFFFF;
	width:890px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header/cabecera.jpg);
	background-repeat:no-repeat;
	background-position:top	left;
}

#header{
	height:278px;
	width:890px;
	position:absolute;
	top:10px;
}

#menu{
	width:890px;
	height:48px;
}

.menuLeft{
	position:relative;
	width:222px;
	background-color:#EAEAEA;
	font-family:"Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:14px;	
	font-weight:bold;
	padding-bottom:14px;
	float:left;
}

	.menuLeft ul{
		margin-left:15px;
		_margin-left:10px;
		padding-left:10px;
	} 
	
	.menuLeft li{
		list-style-type: none; 
		color:#666666;
		list-style-image:url(../images/general/li.gif);
		_padding-left:7px;
		height:22px;
		line-height:18px;
		text-transform:uppercase;
	} 

	.menuLeft li a{
		color:#666666;
		text-decoration:none;
	} 
	
	.menuLeft li a:hover{
		color:#666666;
		text-decoration:underline;
	} 
	
.titulo_verde{
	color:#689524;
	font-family:"Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

#footer{
	height:55px;
	border-top:1px solid #cccccc;
	font-family:"Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:55px;
	margin-top:10px;
	float:right;
	width:890px;
}

	#footer a{
		color:#333333;
		text-decoration:none;
	}
	#footer a:hover{
		color:#333333;
		text-decoration:underline;
	}

#contenido{
	float:right;
	width:655px;
	margin-left:13px;
	_margibn-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

.barraGris{
	background-image:url(../images/general/pixel_gris.jpg);
	background-position:left;
	background-repeat:repeat-y;
	float:left;
}
	
.texto{
	color:#333333;
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:13px;
}
.texto a{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.texto a:hover{
	color:#222222;
	text-decoration:underline;
}
	
#barraAzul{
	background-color:#28B5D3;
	border-bottom:6px solid #1D859C;
	color:#FFFFFF;
	font-weight:bold;
	height:42px;
	line-height:42px;
	font-size:12px;
	padding-left:20px;
	margin-top:10px;
}

.boxChico{
	background-image:url(../images/general/box_chico.jpg);
	width:258px;
	height:155px;
	margin-right:22px;
	float:left;
	margin-bottom:22px;
	font-size:11px;
	color:#666666;
}

	.boxChico h1{
		font-size:11px;
		color:#009B9B;
		font-weight:bold;
		margin-top:22px;
		margin-bottom:5px;
	}
	
	.precio{
		color:#B3447B;
		font-weight:bold;
	}
	
.boxGrande{
	border-bottom:1px solid #1B7A8E;
	padding-bottom:10px;
	margin-top:20px;
	font-size:11px;
	color:#333333;
	line-height:20px;
	min-height:333px;

}

	.boxGrande .precio{
		height:22px;
		color:#FFFFFF;
		font-size:15px;
		font-weight:bold;
		background-color:#D275A6;
		margin-bottom:10px;
		padding-left:15px;
		padding-right:15px;
	}
	
	.boxGrande h1{
		font-size:14px;
		color:#1B7A8E;
		font-weight:bold;
		margin-top:10px;
		margin-bottom:5px;
	}
	
	.boxGrande h1 a{
		font-size:14px;
		color:#1B7A8E;
		text-decoration:none;
	}
	
	.boxGrande h1 a:hover{
		text-decoration:underline;
	}
	
	.boxGrande .derecha{
		float:right;
		width:339px;	
	}
	
.paginado{
	padding-top:10px;
	color:#333333;
	font-size:13px;
	font-family:"Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
	.paginado a{
		color:#333333;
		text-decoration:none;
	}
	
	.paginado a:hover{
		color:#333333;
		text-decoration:underline;
	}

.informacion{
	float:right;
	font-size:10px;
	padding-right:15px;
}

	.informacion a{
		color:#FFFFFF;
	}
	
form input{
	border:1px solid #BF3E81;
}

form textarea{
	border:1px solid #BF3E81;
}

.botonenviar{
	border:1px solid #BF3E81;
	background-color:#BF3E81;
	color:#FFFFFF;
	cursor:pointer;
}

