@charset "iso-8859-2";
/* CSS Document */

.body {
	background-image:url(images/chisascab1_01.png);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#135DA9;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color: #666;
	
}

.logo {
	text-shadow: black 0.1em 0.1em 0.2em;
	font-family:Arial, Tahoma, sans-serif;
	font-size:28px;
	color:#FFF;
	paddin-top:20px;
	position:relative;
	top:25px;
	
}
.content {
	margin:0 auto;
	width:800px;
}

.menu_box {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	width:100%;
	background-color:#0B1D31;
	color:#FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
	position:relative;
	top:25px;
	
}
.menu_box a {
	color:#FFF;
	text-decoration:none;
}
#fade{
width: 800px;
  height: 200px;
 /*a width should be defined for transition to work*/
}   

/* iphone 3 */
@media only screen and (min-device-width : 320px ) and (max-device-width : 480px ) { 
.content {
	margin:0 auto;
	width:90%;
		/*background-color: #C3C;morado*/
}
.menu_box a {
	color:#FFF;
	text-decoration:none;
	font-size:16px;
}

	#fade{
	width: 400px;
	  height: 200px;
	 /*a width should be defined for transition to work*/
	}  

}

/*iPad styles*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
	.content {
		margin:0 auto;
		width:700px;
		/*background-color:#C60;barro*/

	}
	.menu_box a {
		color:#FFF;
		text-decoration:none;
		font-size:12px;
	}
	#fade{
	width: 700px;
	  height: 200px;
	 /*a width should be defined for transition to work*/
	}  
 }



.foot_div {
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	width:100%;
	background-color:#0B1D31;
	color:#FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	position:relative;
	margin-bottom:10px;
	top:-25px;
	
}
.foot_box{
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
}
.menu_box ul{
	margin:0;
	
	list-style:none;
	padding-right:20px;
	padding-left:20px;
	display: block;
	line-height:50px;
}
.menu_box li{
	display:inline;
	padding:15px;
	margin-left:5px;
	margin-right:5px;
}
.menu_box a:hover {
	color: #3CC;
}

.wrap_transparent {
	border-radius:20px;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px; /* for Webkit-Browsers */
  	background-color:rgba(255,255,255,0.2); /*Very transparent black*/
	/* box-shadow:5px 5px 10px #00356A;*/
	 width:97%;
	 padding:10px;
	 float:inherit;
}
.wrap_content {
	background-color:#FFF;
	border-radius:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px; /* for Webkit-Browsers */
	padding:15px;
}
h1 {
	font-family: 'Varela Round', Tahoma;
	font-size:22px;
	color:#0B1D31;
	text-transform:capitalize;
}

h2 {
		font-family: 'Varela Round', Calibri;
	font-size:14px;
	color:#F6921E;
	text-transform:capitalize;
	margin-bottom:0;
}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:21px;
	color:#00ADEE;
	text-shadow: #CCC 0.05em 0.05em 0.2em;

}

#leftnav
{
float: left;
width: 45%;
margin: 0;
padding: 5px;
}

#rightnav
{
float: right;
width: 45%;
margin: 0;
padding: 5px;
text-align:left;
}

.div_productos
{
width: 100%;
clear:both;
margin-bottom:20px;
}

.div_cert
{
width: 25%;
float:right;
text-align:left;
font-size:11px;
}
.div_cert p {
	float:left;
vertical-align:middle;
	margin-bottom:10px;
}
.div_cert img {
	float:left;
	padding-right:5px;
	width:80px;
}
.img_box {
	width: 130px;
	overflow: hidden;
	border: 1px solid #CCC;
	margin: 5px;

}
.img_box img {
	width:100%;
}
.more_info {
	font-family:arial;
	font-size:12px;
	color:#0B1D31;
	font-weight:bold;
}
.colored_text {
	color:#00ADEE;
}
.text_ref {
	color:#999;
}

.pic_boxL {
	width:250px;
	overflow:hidden;
	height:150px;
	border:2px solid #CCC;
	margin-right:20px;
	float: left;

}
.pic_boxL img {
	width:100%;
}
.pic_boxR {
	width:250px;
	overflow:hidden;
	height:150px;
	border:2px solid #CCC;
	margin-left:20px;
	float: right;

}
.pic_boxR img {
	width:100%;
}
