/* CSS Document */


<!--

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFE43F;
	background-image: url(imagenes/fondo_02.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	
}

div#main {
	width:980px;
	margin: 0 auto;
}

/* CABECERA --------------------------------------------------------------- */

div#cabecera {
	width:980px;
	height:120px;
}

div#contacto {
	width:885px;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:8px;
}

div#contacto a{
	color:#333333;
	text-decoration:none;
}

div#contacto a:hover{
	color:#333333;
	text-decoration:underline;
}



/* FIN CABECERA ----------------------------------------------------------- */



div#contenido {
	width:980px;
}

div#col_izq {
	width:236px;
	float:left;
	
}

div#col_der {
	width:639px;
	float:left;
	margin-left:12px;
	background-image:url(imagenes/fondo_col_der.gif);
	background-repeat:repeat-y;
}

div#col_der2 {
	width:884px;
	background-image:url(imagenes/fondo_catalog2.gif);
	background-repeat:repeat-y;
}

div#cont_col_der {
	width:600px;
	margin: 0 auto;
	
	min-height: 304px;
  	height: auto !important;
  	height: 304px;
}

div#cont_col_der2 {
	width:95%;
	margin: 0 auto;
	
	min-height: 370px;
  	height: auto !important;
  	height: 370px;
}

div#scroll {
     width:360px;
	 float:left;
     height:265px;
     background-color:#E9F1F9;
     overflow:auto;
	 padding:10px;
	 border: 1px solid #D0DDE9;
}

ul.galeria {
	width: 210px;
	list-style:none;
	float:right;
}

ul.galeria li{
	float:left;
	display:inline;
	padding:3px;
}

ul.galeria li img{
	padding: 3px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px dotted #003399;
	color: #003399;
	margin-top:20px;
	margin-bottom:15px;
}

/* Condiciones ----------------------------------------------------------*/

table#condiciones {
	font-size:14px;
	margin-bottom:30px;
	margin-top:30px;
	margin: 0 auto;
	
	border:0px;
	margin-bottom:60px;
	margin-top:60px;
	}

table#condiciones th{
	background-color:#003366;
	color:#FFFFFF;
	font-weight:bold;
	width:50px;
	padding:5px;

}

table#condiciones td{
	background-color:#FFFFFF;
	width:450px;
	padding:5px;
	
}

/* Contáctenos ----------------------------------------------------------*/

.form_contacto {
	form_contacto: 570px;
	margin-left: 16px;
	
}

.form_contacto label{
	font-weight:bold;
}

#cont_comentarios {
float:left;
width:250px;
height:270px;
}

.alerta {
color:#FF6600;
}

.txt {
border: 1px Solid #C9DCE4;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:3px;
}

.bt {
width:100px;
margin-right:8px;
font-family:"Trebuchet MS",Arial,Verdana;
font-size:10px;
font-weight:bold;
color:#666666;
}

textarea {
border: 1px Solid #C9DCE4;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:3px;
}


/* ----------------------------------------------------------------------*/

/*-------------------*/
#correcto_error {
font-family:Arial, Helvetica, sans-serif;
width:80%;
margin: 0 auto;
text-align:center;
}

#correcto_error h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
margin-top:30px;
margin-bottom:10px;
}

#correcto_error h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin-top:20px;
}

#correcto_error input {
font-family:Arial, Helvetica, sans-serif;
padding:2px;
margin-top:20px;
font-size:12px;
}
