@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body{
	
	margin: 0 none;
	padding: 0px;
	background-color: #FFFFFF;
	/*background:url(images/idxfdo.jpg);
	background-repeat:repeat-y;
	background-attachment:fixed;*/
	min-height:96%;
	font-family: robotolight, Arial, Helvetica, sans-serif;
	font-size:100%/1em;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
html {
	height: 100%;
    font-size: 1em; /* 1 */
    -webkit-text-size-adjust: 1em; /* 2 */
    -ms-text-size-adjust: 1em; /* 2 */
}
/* IE 6 does not support max-width so default to width 100% */
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.imgx {
		  max-width:100%;
		  max-height:40px;
		  border:1px dotted #0099FF;

}
.imgx:hover {
	-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition:all 0.5s ease;
	border-radius: 4%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
		  max-width:230px;
		  border:1px dotted #FF0000;
	
}

@font-face {
    font-family: 'robotolight';
    src: url('css/roboto-light-webfont.eot');
    src: url('css/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/roboto-light-webfont.woff2') format('woff2'),
         url('css/roboto-light-webfont.woff') format('woff'),
         url('css/roboto-light-webfont.ttf') format('truetype'),
         url('css/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('css/roboto-bold-webfont.eot');
    src: url('css/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/roboto-bold-webfont.woff2') format('woff2'),
         url('css/roboto-bold-webfont.woff') format('woff'),
         url('css/roboto-bold-webfont.ttf') format('truetype'),
         url('css/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('css/roboto-medium-webfont.eot');
    src: url('css/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/roboto-medium-webfont.woff2') format('woff2'),
         url('css/roboto-medium-webfont.woff') format('woff'),
         url('css/roboto-medium-webfont.ttf') format('truetype'),
         url('css/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
.carousel {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
	
}
.carousel .item {

	font-size: 14px;
    text-align: left;


	/*background-color:rgba(255, 255, 255, 0.7);*/
}
.carousel .item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 105px;
	height: 105px;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	margin-top:15px;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
}
.carousel .testimonial {	
	padding: 30px 0 10px;
	margin-bottom:15px;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.mayus {
	text-transform:uppercase;}
.tablas{
	border:1px solid #C7C7C7;
	border-collapse:separate;
	padding:5px;
}
.tablas td{
	border:1px solid #DFDFDF;
	padding:4px 2px 4px 2px;


	}
.tablasprint{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	padding:2px;
}
.tablasprint td{
	border:1px solid #CCCCCC;
	padding:2px;
	height:20px;
	}
.noborder {
	border:0 none;
}
#pagination {
	
	text-align: center;
	margin: 20px 0 20px 10px;
	height:50px;

}
#pagination a {
	float:inherit;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	font-family: arial;
	margin:4px;
	text-decoration: none;
	font-weight:bold;
	background: none repeat scroll 0 0 #EEEEEE;
	color: #222222;
	
}
#pagination a:hover {
	background-color: #FFFFFF;
	color:#F03;
}
.editartit {
	width:98%;
	min-height:16px;
	padding:6px 0 6px 0;
	margin:0 auto;
	margin-bottom: 1px;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	border:1px solid #FFF;
	background-color: #FF0000;
	background: -moz-linear-gradient(top,  #FF0000 5%, #CC0000 100%);/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#FF0000), color-stop(100%,#CC0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FF0000 5%,#CC0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #FF0000 5%,#CC0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #FF0000 5%,#CC0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #FF0000 5%, #CC0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#CC0000',GradientType=0 ); /* IE6-9 */
}
.editartitfotos {
	width:98%;
	min-height:16px;
	padding:6px 0 6px 0;
	margin:0 auto;
	margin-bottom: 1px;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	border:1px solid #FFF;
	background-color: #FF0000;
	background: -moz-linear-gradient(top,  #FF0000 5%, #CC0000 100%);/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#FF0000), color-stop(100%,#CC0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FF0000 5%,#CC0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #FF0000 5%,#CC0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #FF0000 5%,#CC0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #0099FF 5%, #003399 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#CC0000',GradientType=0 ); /* IE6-9 */
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bodytext10 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.bodytext_noticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
.bodytextbold {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.bodytextbold16 {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990033;
}
.bodytextbold13 {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003A75;
}
.bodytextbold_cel {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #06C;
}
.bodytextbold_verde {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #090;
}
.bodytextbold_rojo {
	font-family: arial, helvetica, geneva, sans-serif;

	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.bodytextbold_cel18 {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5079B8;
	text-decoration: underline;
}
.bodytextsmall {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bodytextsmall2 {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.bodytextsmallbold {
font-family: arial, helvetica, geneva, sans-serif; 
font-size: 11px; 
font-weight: bold;
}
.bodytextsmallboldblanco {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodyheader {
	font-family: arial, helvetica, geneva;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodyheaderblack {
	font-family: arial, helvetica, geneva;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.bodytext13 {
font-family: arial, helvetica, geneva; font-size: 12px;
}

.verdana12 {  font-family: Verdana; font-size: 12px;
}
.verdana10bold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.verdana12bold {  font-family: Verdana; font-size: 12px; font-weight: bold;
}


.orange {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0054A8;
	font-weight: bold;
	text-transform:uppercase;
}
.blue {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-weight: bold;
}

.BigHeader {
	font-family: Arial;
	font-size: 24px;
	text-decoration: underline;
	font-weight: bold;
	color: #0066CC;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #090;
}
idx:link {  color: #000000; text-decoration: none;}
.arial16bold {  font-family: Arial; font-size: 16px; font-weight: bold;}
.verdana10 {  font-family: Verdana; font-size: 10px;}
.botrojo {
	width:auto;
border: 2px solid #FFF;
padding: 9px 8px 9px 8px;
height:auto;
border-radius: 4px;
background-color: #D70000;
text-decoration:none;
text-align:center;
font-family:robotomedium, Arial, Helvetica, sans-serif;
font-size:1em;
color: #FFFFFF;
cursor:pointer;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.botrojo:hover {
	
background: #FF0000; /* Old browsers */
box-shadow: 2px 2px 2px 2px #666;

}
.bot {
	width:auto;
border: 1px solid #FFF;
padding: 9px 8px 9px 8px;
height:auto;
border-radius: 4px;
	background: #0066CC; /* Old browsers */
	text-decoration:none;
text-align:center;
font-family:robotomedium, Arial, Helvetica, sans-serif;
font-size:1em;
color: #FFFFFF;
cursor:pointer;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.bot:hover {
	background: #304774;
	box-shadow: 2px 2px 4px 2px #333;
}
.botselected {
	width:auto;
border: 1px solid #FFF;
padding: 9px 8px 9px 8px;
height:auto;
border-radius: 4px;
background-color: #ABC0A0;
text-decoration:none;
text-align:center;
font-family:robotolight, Arial, Helvetica, sans-serif;
font-size:1em;
color: #FFFFFF;
cursor:pointer;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.botselected:hover {
	
background: #417644; /* Old browsers */
box-shadow: 2px 2px 4px 2px #333;

}
.botquitar {
	width:auto;
border: 1px solid #FFF;
padding: 9px 8px 9px 8px;
height:auto;
border-radius: 4px;
	background: #ABC0A0; /* Old browsers */
	text-decoration:none;
text-align:center;
font-family:robotomedium, Arial, Helvetica, sans-serif;
font-size:1em;
color: #FFFFFF;
cursor:pointer;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.botquitar:hover {
	
background: #417644; /* Old browsers */
box-shadow: 2px 2px 4px 2px #333;
}
.botcierrauser {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 4px;
	margin: 8px;
	height: 40px;
	width:180px;
	background: #00FF00; /* Old browsers */
	background: -moz-linear-gradient(top,  #00FF00 20%, #00CC00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#00FF00), color-stop(100%,#00CC00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00FF00 20%,#00CC00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00FF00 20%,#00CC00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00FF00 20%,#00CC00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00FF00 20%, #00CC00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00FF00', endColorstr='#00CC00',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}
.botcierrauser:hover {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px dotted #FFF;
	padding: 4px;
	margin: 8px;
	height: 40px;
	width:180px;
	background: #00CC00; /* Old browsers */
	background: -moz-linear-gradient(top,  #00CC00 20%, #00FF00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#00CC00), color-stop(100%,#00FF00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00CC00 20%,#00FF00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00CC00 20%,#00FF00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00CC00 20%,#00FF00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00CC00 20%, #00FF00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00CC00', endColorstr='#00FF00',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}
.botgrdx {
	font-family: hindregular, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #ccc;
	padding: 8px;
	margin: 8px;
	height: 40px;
	width:200px;
	background-color: #FF0000; /* Old browsers */
	cursor: pointer;
}
.botgrdx:hover {
	
	border: 2px dotted #FFF;
	padding: 8px;
	margin: 8px;
	height: 40px;
	width:200px;
	background-color: #00CC00; /* Old browsers */
	cursor: pointer;
}
.botfotos:link, .botfotos:visited {
	float:none;
	clear:both;
margin:4px 0 0 0%;
width:auto;
padding: 10px 8px 10px 8px;
height:auto;
background-color:#FFF;
font-family:robotomedium, Arial, Helvetica, sans-serif;
font-size:1em;
color: #333;
text-decoration:none;
cursor:pointer;
border: 1px solid #CCC;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  text-transform:uppercase;
}
.botfotos:hover {
	border: 1px solid #3E9995;
color: #FFF;
background-color: #066;
}
.botcont5:visited {
	color: #333;
	border: 1px solid #CCC;
}
.botcont5:link {
float:left;
	clear:both;
margin:4px 0 4px 2%;
width:96%;
padding: 10px 0px 10px 0px;
height:auto;
background-color:#FFF;
font-family:robotolight, Arial, Helvetica, sans-serif;
font-size:1em;
color: #333;
text-decoration:none;
cursor:pointer;
border: 1px solid #CCC;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.botcont5:hover{
	border: 1px solid #3E9995;
color: #FFF;
background-color: #066;
}
.bodytext13 {

font-family: Arial, Helvetica, sans-serif; font-size: 14px;
}
.nar {
	color: #FF6600;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	font-weight: bold;
	color: #FF6600;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}
a:link {  color: #06C; text-decoration: none; font-family: Arial; font-size: 1.1em; font-weight: bold;}
a:visited {
	color: #06C;
	font-family: Arial;

	text-decoration: none;
	font-weight: bold;
}
.admin_nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 25px 30px 10px 30px;	
}
a.enlaces:link {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.enlaces:hover {
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a.enlaces:visited {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;	
}
a.enlacesbl:link {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
a.enlacesbl:hover {
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: underline;
}
a.enlacesbl:visited {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;	
}
.filaItem0 { background-color: #F5F5F5;  }
.filaOver { 
background: #FF0000; /* Old browsers */
background: -moz-linear-gradient(top, #FF0000 20%, #CC0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#FF0000), color-stop(100%,#CC0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FF0000 20%,#CC0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FF0000 20%,#CC0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #FF0000 20%,#CC0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #FF0000 20%, #CC0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#CC0000',GradientType=0 ); /* IE6-9 */ 
}
.filaOver2 { 
background: #99FF00; /* Old browsers */
background: -moz-linear-gradient(top, #D9FFC6 0%, #99FF00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D9FFC6), color-stop(100%,#99FF00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #D9FFC6 0%,#99FF00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #D9FFC6 0%,#99FF00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #D9FFC6 0%,#99FF00 100%); /* IE10+ */
background: linear-gradient(to bottom, #D9FFC6 0%, #99FF00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9FFC6', endColorstr='#99FF00',GradientType=0 ); /* IE6-9 */ 
}
.tablaadmin {
	border:1px solid #6394C5;
	
	}
.td {
	background-color: #DBDBDB;}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		24;
	dw-num-cols-tablet:		24;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90.2416%;
	padding-left: 0.3791%;
	padding-right: 0.3791%;
}
#login {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#login-usuario {
	clear: both;
	float: left;
	margin-left: 12.605%;
	width: 74.7899%;
	display: block;
	text-align: left;
	margin-top: 40px;
}
#login-clave {
	clear: both;
	float: left;
	margin-left: 12.605%;
	width: 74.7899%;
	display: block;
	text-align: left;
	margin-top: 15px;
}
#bot-login {
	clear: both;
	float: left;
	margin-left: 12.605%;
	width: 74.7899%;
	display: block;
	text-align: right;
	margin-top: 15px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-bottom:2px solid #666;
	background-color:#000;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 28.5714%;
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom:6px;
}
#adm-logo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 15px;
	height:1px;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:#1d1d1d;
}
#main {
	clear: both;
	float: left;
	margin-left: 4.2016%;
	width: 91.5966%;
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}

#colapsibles {
	clear: both;
	float: left;
	margin-left: 4.2016%;
	width: 91.5966%;
	display: block;
	margin-top: 20px;
}
#bots {
	clear: both;
	float: left;
	margin-left: 8.4033%;
	width: 87.3949%;
	display: block;
	text-align: right;
	margin-bottom: 15px;
	margin-top:10px;
}
#enlaces-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

#main2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#caja-fotos {
	clear: none;
	float: left;
	margin-left: 4.2016%;
	width: 91.5966%;
	min-height:185px;
	display: block;
	text-align: center;
	margin-top:8px;
	margin-bottom: 15px;
	background-color: #CFE0EB;
	border: 2px solid #F60;
}

#data-form {
	clear: both;
	float: left;
	margin-left: 4.2016%;
	width: 91.5966%;
	display: block;
}

#contactos-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 92.225%;
	padding-left: 0.3875%;
	padding-right: 0.3875%;
}
#login {
	clear: both;
	float: left;
	margin-left: 21.0084%;
	width: 57.9831%;
	display: block;
}
#login-usuario {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#login-clave {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#bot-login {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 24.7731%;
	display: none;
	margin-top: 8px;
}
#adm-logo {
	clear: none;
	float: left;
	
	display: block;
	text-align:right;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#colapsibles {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95.7983%;
	display: block;
}
#bots {
	clear: both;
	float: left;
	margin-left: 4.2016%;
	width: 91.5966%;
	display: block;
}
#main {
	clear: both;
	float: left;
	margin-left: 4.2016%;
	width: 91.5966%;
	display: block;
}


#enlaces-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#main2 {
	clear: both;
	float: left;
	margin-left: 4.2016%;
	width: 91.5966%;
	display: block;
}

#caja-fotos {
	clear: none;
	float: left;
	margin-left: 3.2016%;
	width: 28.5714%;
	display: block;
}

#data-form {
	clear: both;
	float: left;
	margin-left: 21.0084%;
	width: 82.1848%;
	display: block;
}

#contactos-container {
	clear: both;
	float: left;
	margin-left: 12.605%;
	width: 74.7899%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.25%;
	max-width: 1232px;
	padding-left: 0.375%;
	padding-right: 0.375%;
	margin: auto;
}
#login {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#login-usuario {
	clear: both;
	float: left;
	margin-left: 37.8151%;
	width: 28.5714%;
	display: block;
}
#login-clave {
	clear: both;
	float: left;
	margin-left: 37.8151%;
	width: 28.5714%;
	display: block;
}
#bot-login {
	clear: both;
	float: left;
	margin-left: 33.6134%;
	width: 32.7731%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 24.3697%;
	display: none;
	margin-top: 15px;
}
#adm-logo {
	clear: none;
	float: left;
	
	display: block;
	text-align: right;
	
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
}
#colapsibles {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#bots {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#main {
	clear: both;
	float: left;
	margin-left: 4.2016%;
	width: 91.5966%;
	display: block;
	margin-top: 40px;
}


#enlaces-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#main2 {
	clear: both;
	float: left;
	margin-left: 5.4033%;
	width: 90.1932%;
	display: block;
}

#caja-fotos {
	clear: none;
	float: left;
	margin-left: 4.2016%;
	width: 20.168%;
	display: block;
	text-align: center;
}

#data-form {
	clear: both;
	float: left;
	margin-left: 12.0084%;
	width: 77.9831%;
	display: block;
}

#contactos-container {
	clear: both;
	float: left;
	margin-left: 21.0084%;
	width: 57.9831%;
	display: block;
}
}
@media only screen and (min-width: 1025px) {
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 20.3697%;
	display: block;
	margin-top: -50px;
}
}
