@charset "utf-8";
/* CSS Document */


body {
 		margin: 0 auto; 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
		background: url(images/Calico_Web1.jpg) center no-repeat;
}

#todo{
	width: 850px;
	*width: 900px;
	margin: 0 auto;
	padding: 10px 10px;
	position:relative;
	*left: 3%;
/*	border: 5px solid #fff;*/
}

#contenido{
	margin: 0 auto;
	padding:0px;
	position:relative;
	clear:both;
}

img {
margin: 5px;
border:none;
}
#columna{
	font-weight:bold;
	/*background-image: url(images/Layer-15D.png);
	background-position: top;
	background-repeat:repeat-y;*/
	width: 350px;
	*width: 400px;
	float:left;
}
#columna_1{
	font-weight:bold;
	/*background-image: url(images/Layer-15D.png);
	background-position: top;
	background-repeat:repeat-y;*/
	width: 300px;
	*width: 350px;
	float:left;
}

#columna_2{
	font-weight:bold;
	width: 520px;
	*width: 550px;
	float:right;
}

#columna_3{
	font-weight:bold;
	width: 400px;
	*width: 450px;
	float:right;
}

.transparencia {
   opacity: .75;
   -moz-opacity: .75;
   filter:alpha(opacity=75);
}

#separador{
	height:1px;
	margin:auto;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#menu{

}

#cabecera{

}

#pie{

}
#pie_Sup{
height: 96px;
background: url(images/footer_Sup.png) center no-repeat;

}
#pie_Inf{
height: 94px;
background: url(images/footer_Inf.jpg) center repeat-y;
}

a:link {
text-decoration:none;
color:#000000;
*color:#000000;}

a:hover {
text-decoration:none;
color:#fc4f15;
*color:#fc4f15;}

a:visited {
	text-decoration:none;
	color:#350000;
*color:#350000;}

a:active {
	text-decoration:none;
	color:#333333;
*color:#333333;}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	color:#350000;
	/*background-image:url(images/Layer-17B.png);
	background-position:center;
	background-repeat:repeat;*/
	
}

h2 {
	font-variant:small-caps;
	font-weight:bold;
	color:#000000; 
}

