@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
body {
	font-family: 'Ubuntu', sans-serif;
	background-color: #E8E8E8;
	margin: 0px;
	padding: 0px;
}
@media screen and (min-width: 481px) { /*version web*/
#contenedor {
    width: 750px;
	padding: 0px;
	position: relative;
	margin: auto;
	-webkit-box-shadow: 0 5px 20px 10px #A8A7A7;
	box-shadow: 0 5px 20px 10px #A8A7A7;
	background-color: #FFF;
}
#header {
	background-image: url(imgs/top.png);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 100%;
	position: static;
	background-color: #2B2261;
}
#contenido {
	background-color: #FFF;
	float: left;
	width: 566px;
	position: static;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 400;
	font-size: 12px;
}
#menu_izq {
	margin: 0px;
	padding: 0px;
	width: 164px;
	float: left;
	position: static;
}
#menutop {
	width: 730px;
	text-align: center;
	background-color: #000;
	padding: 10px;
	float: left;
	position: static;
	margin: 0px;

}
#footer {
	width: 730px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003300;
	padding: 10px;
	text-align: center;
	float: left;
	position: static;
	font-weight: 300;
}
.banners {
	width: 556px
	position: static;
	margin-bottom: 10px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.slideshow {
	height: 325px;
	width: 568px;
	display: block;
	overflow: hidden!important;
	position: static;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.noweb{
display: none!important;
}
#menutop ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	padding-right: 7px;
	padding-left: 7px;
	margin-left: 4px;
	font-weight: 300;
}
#menutop ul li a:hover {
	color: #F90;
}
#menutop  ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menutop li {
	float: left;
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	font-size: 11px;
}
#menutop ul li:last-child
{
	border-right-style: none !important;
}
}

@media screen and (max-width: 480px) { /* version mobil*/

#contenedor {
    width: 320px;
	padding: 0px;
	position: relative;
	margin: auto;
	-webkit-box-shadow: 0 5px 20px 10px #A8A7A7;
	box-shadow: 0 5px 20px 10px #A8A7A7;
	background-color: #FFF;
}
#header {
	background-image: url(imgs/top_m.png);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 100%;
	position: static;
	background-color: #2B2261;
}
#contenido {
	background-color: #FFF;
	float: left;
	width: 300px;
	position: static;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 400;
	font-size: 14px;
}
#menu_izq {
	margin: 0px;
	padding: 0px;
	width: 320px;
	float: left;
	position: static;
}
#footer {
	width: 300px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #003300;
	padding: 10px;
	text-align: center;
	float: left;
	position: static;
	font-weight: 300;
}
.banners {
	width: 300px
	position: static;
	margin-bottom: 10px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.slideshow {
	height: 200px;
	width: 300px;
	display: block;
	overflow: hidden!important;
	position: static;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* Caption styles */
.nivo-caption {
	bottom:135px!important;
	text-align: left!important;
	left: 0px!important;
}
.nivo-caption p {
	font-size: 11px!important;
}
.nomobil{
display: none!important;
}
/* menutop */
#menutop {
	float: left;
	padding: 10px;
	background-color: #000;
	width: 300px;
	position: static;
	height: 20px;
	overflow: hidden;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#menutop:hover {
	position: static;
	height: 360px;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#menutop ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 300;
	display: block;
	text-align: center;
	height: 20px;
	width: 280px;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menutop ul li a:hover {
	background-color: #333;
	display: block;
}
#menutop .ico {
	background-image: url(icon-menu.png);
	background-repeat: no-repeat;
	background-position: 10px;
}
#menutop  ul {
	margin: 0px;
	padding: 0px;
}
#menutop ul li {
	text-decoration: none;
	text-align: center;
	list-style-type: none;
}
#menutop ul ul li a{
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	width: 280px;
	background-image: url(icon-menu2.png);
	background-repeat: no-repeat;
	background-position: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	background-color: #292929;
}
#contenido h2{
	font-size: 18px!important;
	max-width: 280px;
	background-color: #006600!important;
}
#contenido img{
	max-width:300px;
}
}

.txt1 {
	font-size: 12px;
	color: #333333;
	font-weight: 300;
}
.txt2 {
	font-size: 12px;
	color: #333366;
	font-weight: 500;
	text-decoration: none;
}

.inpx {
	font-size: 13px;
	border: 1px solid #CCCCCC;
	color: #333366;
	background-color: e2e2e2;
	width: 200px;
	height: 40px;
}

.add {
	float: left;
	height: 50px;
	width: 100%;
	display: block;
}
.nope {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}
.inx {
	width: 440px!important;
}
/* menu  izquierda 2014*/

#menu_izq ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu_izq li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu_izq ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-color: #f2f2f2;
	font-size: 12px;
	font-weight: 400;
}
#menu_izq ul li a:hover {
	color: #900;
	background-color: #CCC;
}
#menu_izq h2{
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFF;
}
#menu_izq ul li:last-child
{
	margin-bottom: 10px;
}
.ser1 {
	background-color: #990000;
}
.ser2 {
	background-color: #CC6600;
}
.ser3 {
	background-color: #336600;
}
.ser4 {
	background-color: #2B2261;
}

#footer a {
	text-decoration:none;
	color:#FFF;
	}

/*  header 2014*/

#header a {
	display: block;
	height: 100px;
	width: 100%;
}
#header  h1 {
	display: none;
}
/*  fecha 2014*/
.fechajs {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 2px;
	position: static;

}
.clear {
	clear: both;
}
/* cuerpo 2014*/
.banners a img {
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.banners a img:hover {
		opacity:0.7;
}
#contenido h2{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2B2261;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: static;
	margin: 0px;
    width: 549px;
}
#contenido ul li a {
	color: #2B2261;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contenidos ul li a {
	color: #2B2261;
	font-size: 13px;
	font-weight: bold;
}
#contenidos ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.space {
	float: right;
	position: static;
	display: block;
	padding-right: 10px;
}
#menu_izq a img:hover {
		opacity:0.7;
}
.cajas {
	float: left;
	width: 270px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: static;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: left;
}
.cajasf {
	float: left;
	width: 100%;
	position: static;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.cajas label{
	width: 65px;
	display: block;
	text-align: left;
	float: left;
	position: static;
	font-size: 13px;
}
.cajasf label{
	width: 65px;
	display: block;
	text-align: left;
	float: left;
	position: static;
	font-size: 13px;
}
.cajas input {
	font-size: 13px;
	color: #2B2261;
	position: static;
	float: left;
	width: 180px;
	background-color: #f2f2f2;
	height: 20px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.alim {
	text-align: center!important;
	display: block!important;
}
.cajasf textarea {
	font-size: 13px;
	color: #2B2261;
	position: static;
	width: 95%;
	background-color: #f2f2f2;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 100px;
}
#contact_form_errorloc {
	font-size: 14px;
	color: #900;
	list-style-type: none;
	background-color: #f2f2f2;
	display: block;
}
.err {
	font-size: 14px;
	color: #900;
	list-style-type: none;
	background-color: #f2f2f2;
	display: block;
}