@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Handlee|Lato:300,400,400italic,900,900italic|Roboto+Condensed:400);
body {
	background-image: url(/img2/bg.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: center 200px;
	margin: 0px;
	padding: 0px;
	
	font-family: Lato, 'Helvetica Narrow', Arial, Helvetica, sans-serif, 'Myriad Web', 'Myriad Pro';
	font-weight:300;
	font-size:18;
}
a { color:#B22F0E; text-decoration:none;}
a:hover { text-decoration:underline;}
h1, h2, h3 {
	font-family: 'Arial Narrow',Lato,'Helvetica Narrow',Arial,Helvetica,sans-serif,'Myriad Web','Myriad Pro';
}
h1 {
	font-family: Lato,"Helvetica Narrow",Arial,Helvetica,sans-serif,"Myriad Web","Myriad Pro";
	font-weight: 900;
	background-color: rgb(79,95,105);
	background-color: rgba(79,95,105,0.8);
	border-radius: 20px 0px;
	padding: 3px 20px;
	font-size: 26px;
	color: #FFF;
	font-style: italic;
	
}
.adminbody {
	width:1006px; 
	margin:auto;
	background-color: #FFF;
	border-left:solid 1px #008CC8;
	border-right:solid 1px #008CC8;
	min-height:500px;
	padding:50px;
	
	background-image: url("/img2/adminbodyshadow.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.adminbody a { 
	text-decoration:none;
	color:#555;
	}
.adminbody a:hover { color:#000; }
.adminbody input, .adminbody textarea, .adminbody select {
	background-color:#EEE;
	border: solid 1px #DDD;
	margin: 3px 0px;
}
.adminbody .button { background-color:#FF5528; border: solid 1px #DDD; border-radius:3px; min-width:120px; padding: 8px 20px; color:#FFF; }
.adminbody .minibutton { background-color:#FF5528; border: solid 1px #DDD; border-radius:3px; min-width:10px; padding: 0px 5px; color:#FFF; }

.hd1 {
	/*background-image: url(/img2/bg1.gif);*/
	background-attachment: scroll;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: center bottom;
	
	background-image: url(/img2/bgtop.jpg);
}
.tit {
	font-family: Lato, 'Helvetica Narrow', Arial, Helvetica, sans-serif, 'Myriad Web', 'Myriad Pro';
	color: #FFFFFF;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #E59E32;
}
.subtit {
	font-family: Lato, 'Helvetica Narrow', Arial, Helvetica, sans-serif, 'Myriad Web', 'Myriad Pro';
	color: #E59E32;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


.bxr {
	font-family: Lato, 'Helvetica Narrow', Arial, Helvetica, sans-serif, 'Myriad Web', 'Myriad Pro';
	color: #000000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(/img2/bgbox.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bxrnotext {
	font-family: Lato, 'Helvetica Narrow', Arial, Helvetica, sans-serif, 'Myriad Web', 'Myriad Pro';
	color: #000000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	background-image: url(/img2/bgbox.gif);
	background-position: right bottom;
	padding: 0px;
	background-repeat: no-repeat;
}


.bxl {
	background-image: url(/img2/bgbox.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.bxltxt {
	font-family: Lato, 'Helvetica Narrow', Arial, Helvetica, sans-serif, 'Myriad Web', 'Myriad Pro';
	color: #000000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(/img2/bgbox.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.bxrtit {
	font-family: Lato, 'Helvetica Narrow', Arial, Helvetica, sans-serif, 'Myriad Web', 'Myriad Pro';
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(/img2/bgbox.gif);
	background-position: right top;
}
table tr td { 
	/*vertical-align: text-bottom; */
	}



ul,li {list-style-type:none;}

table.admintable, table.admintable th, table.admintable td {
	border-collapse: collapse;
	border: none;
	text-align:center;
	vertical-align:top;
}
table.admintable th {
	background-color:#666;
	color:white;
	font-weight: 300;
}

table.tablacasas, table.tablacasas th, table.tablacasas td {
	border-collapse: collapse;
	border: 1px solid #666;
	text-align:center;
	vertical-align:top;
}
table.tablacasas th {
	background-color:#666;
	color:white;
	font-weight: 300;
}


.msg {
	color: #CC6600;
}
.error {
	color: #FF0000;
}


/* TEXTOS EDITADOS */
.textedited p, .textedited {
	font-family: Lato,'Arial Narrow','Helvetica Narrow',Arial,Helvetica,sans-serif,'Myriad Web','Myriad Pro';
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
}
.textedited h2, .textedited h1 {
font-family: Handlee, 'Arial Narrow',Lato,'Helvetica Narrow',Arial,Helvetica,sans-serif,'Myriad Web','Myriad Pro';
color: #FF5028;
font-size: 20px;
font-style: normal;
font-weight: bolder;
text-transform: uppercase;
padding: 4px 0px 3px;
}
.textedited h1 {
font-size: 24px;
}

/*--------------------------------------------------------*/
.top {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 223px;
	width: 100%;
	position: relative;
	background-color: #328CC8;
	background-image: url("/img2/bg2.jpg");
	z-index: 10000;
}
.widthcomplete {
	display: block;
	margin: auto;
	width: 1106px;
	position: relative;
}
.top .redes {
	display: block;
	background-color: rgba(0, 0, 0,0.3);
	height: 40px;
}
.top .redes .redesbox {
	position:absolute;width: 100%;
	display: block;
	top: 4px;
	text-align: right;
}
.top .logo {
	height: 115px;
}
.logoimg {
	width:412px; 
	height:97px;
	background-image:url('/img2/logo.png');
	margin:18px 0px 0px 18px;
	display:block;
}
.main_old {
	background-color: #FFF;
	margin: auto;
	padding: 0px;
	width: 1106px;
	display: block;
	
-webkit-box-shadow: 0px 0px 20px 0px rgb(0,0,0);
-moz-box-shadow:    0px 0px 20px 0px rgb(0,0,0);
box-shadow:         0px 0px 20px 0px rgb(0,0,0);

-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.9);
-moz-box-shadow:    0px 0px 20px 0px rgba(0,0,0,0.9);
box-shadow:         0px 0px 20px 0px rgba(0,0,0,0.9);
}


.redes .botonredes {
	display:inline-block;
	width:33px;
	height:33px;
	margin-right: 20px;
	margin-top: 1px;
	margin-left: 1px;
	background-image: url("/img2/redes.png");
	background-position: -12px -5px;
	}
.redes .botonredes#twitter { background-position: -12px -5px; }
.redes .botonredes#facebook { background-position: -58px -5px; }


.all .top .menu {
	position:absolute;
	left:0px;
	top:114px;
	width:100%;
	display:block;
	height:36px;
	background-color:#000;
	z-index: 1000000;
	
}
.main {
	display: block;
	margin: auto;
	padding: 0px;
	min-height: 230px;
	width: 1106px;
	position: relative;
	min-height:400px;
	/*background-color: #FFF;*/
	overflow: auto;
}
.bottom {
	display: block;
	margin: 0px;
	padding: 0px;
	min-height: 100px;
	width: 100%;
	position: relative;
	background-color: #EEE;
	background-image: url(/img2/shadowbottom.png);
	background-repeat: repeat-x;
	background-position: top center;
	color: #000;
	text-align: center;
	font-size: 12px;
	padding: 6px 0px;
}


/* TYNI MCE */

.mce-espaciotexto p, .mce-espaciotexto {
	font-family: Lato,'Arial Narrow','Helvetica Narrow',Arial,Helvetica,sans-serif,'Myriad Web','Myriad Pro';
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
}
.mce-espaciotexto h2, .mce-espaciotexto h1 {
font-family: Handlee ,'Arial Narrow',Mako,'Helvetica Narrow',Arial,Helvetica,sans-serif,'Myriad Web','Myriad Pro';
color: #FF5028;
font-size: 20px;
font-style: normal;
font-weight: bolder;
text-transform: uppercase;
padding: 4px 0px 3px;
}
.mce-espaciotexto h1 {
font-size: 24px;
}

.mce-espaciotexto p { text-align:justify;}

.mce-espaciotexto ul li { list-style-image: url('/img2/list-style.gif'); }

/* ANCHOS */

.sizeuntercio { width:326px; }
.sizeunmedio { width:510px; }
.sizedostercios { width:693px; }
.sizeuncuarto { width:235px; }
.sizeentero { width:1060px; }

.sizeunmedio, .sizeuntercio, .sizedostercios, .sizeuncuarto, .sizeentero
	{ 
	padding:5px 19px;
	display: inline-block;
	/* border: 1px solid #E2E2E2;  ## BORDE TEMPORAL */
	vertical-align: top;
}
.homeside {
padding: 5px;
}
.homeside p {
font-size: 13px !important;
margin: 0px 10px;
}

.linklineas {
	display: inline-block;
	border: 1px solid #000;
	width: 220px;
	height: 220px;
	margin: 10px;
	font-family: Handlee ,'Arial Narrow',Mako,'Helvetica Narrow',Arial,Helvetica,sans-serif,'Myriad Web','Myriad Pro';
	color:#FFF;
	font-size:30px;
	text-decoration:none;
	padding: 10px;
	text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	position: relative;
}
.linklineas:hover { text-decoration:none; }
.linklineas .moreinfo { display: block; font-size: 20px; position:absolute; top: 200px; left: 90px; }

.botonoport {
	display: inline-block;
	margin: 10px 60px;
	padding: 15px 40px;
	background-color: #252566;
	border-radius: 5px;
	font-size: 20px;
	color: #FFF;
}
.botonoport:hover { text-decoration:none; background-color: #FF5028; }

.boxcenter {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	position:absolute; 
	top:100px; 
	left:50%; 
	margin-left:-225px; 
	width:450px; 
	border:solid 1px #AAAAAA; 
	background:#FFFFFF; 
	padding: 0px 20px 20px 20px;
	z-index:5000;
}
a.abtn { display:inline-block; 
	border:none; 
	background-color:#666; 
	color:white; padding:5px 15px; 
	border-radius:5px; 	
	-webkit-border-radius: 100px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.abtn:hover { background-color:#E01; color:white; }

.isa_info, .isa_success, .isa_warning, .isa_error {
margin: 10px 0px;
padding:12px;
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}

.fotogrande, .fotochica {
	display: inline-block;
	width: 150px;
	height: 150px;
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 100px;
	line-height: 150px;
	vertical-align: middle;
	margin-right: 20px;
}
.fotochica {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.detallecasa {
	display: block;
	position: absolute;
	z-index: 5000;
	top: -401px;
	background-color: black;
	background-color: rgba(0,0,0,0.8);
	color: whitesmoke;
	width: 400px;
	padding: 12px;
	left: 550px;
	height: 376px;
	overflow-y: auto;
	overflow-x: hidden;
}
.detallecasa .conc {
	color:orange;
}


/* MENU */
.menuitem, .finmenu {
	/*width:155px;*/
	height:20px;
	float:left;
	position:relative;
	display:block;
	font-family:Lato, 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 18px;
	padding: 15px 30px;
	color: #FFF;
	/*border-left: solid 1px #FF6B49;*/
	background-color: rgba(80,80,80,0.8);
	margin-left: 3px;
	border-radius: 10px 10px 0px 0px;
}
.menuitem:hover {
	background-position: left 0px;
	color: #FFF;
	background-color: rgb(240,33,55);
	background-color: rgba(240,33,55,1);
	
}
.finmenu { width:1px; padding: 0px 0px 0px 0px;}
.menuitem .submenu {
	position:absolute;
	display:none;
	/*width: 175px;*/
	/*background-color: rgb(243,77,95);*/
	/*background-color: rgba(240,33,55,0.8);*/
	color: #FFF;
	top: 50px;
	left: 0px;
	font-size: 14px;
}
.menuitem:hover .submenu { display:block; }
.menuitem .submenu a {
	display:block;
	position:relative;
	width:155px;
	color:#FFF;
	padding: 8px 0px 9px 20px;
	border-bottom: solid 1px #B60108;
	
	border-radius: 0px 5px 0px 0px;
	background-color: rgb(243,77,95);
	background-color: rgba(240,33,55,0.8);
	
}
.menuitem .submenu a:hover {
	background-color: rgb(240,33,55);
	background-color: rgba(240,33,5500.8);
	color:#FFF;
	text-decoration:none;
}
/* FIN MENU */

table.especie { font-size:14px; }
table.especie tr td {
    background-color: #FFF;
    padding-bottom:15px;
    padding-left:15px;
}
table.especie tr td:first-child {
    background-color: #F4F1E6;
    padding-bottom:5px;
}
.integrantesestudiantes {
	display: inline-block;
	width: 310px;
	height: 50px;
	margin: 10px 20px;
	/*overflow: hidden;*/
}
a.avisoinicio1, a.avisoinicio2, a.avisoinicio3, a.avisoinicio4 { 
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:18px;
	color:#FFF;
	padding:5px 15px;
	text-align:center;
	text-decoration:none;
	margin:5px 0px;
	width:301px;
	display:inline-block;
}
a.avisoinicio1 { 
	background-color:#2F2F91;
	border:solid 1px #252566;
	}
.avisoinicio2 { 
	background-color:#FF712B;
	border:solid 1px #FF5028;
	}
.avisoinicio3 { 
	background-color:#FFD56B;
	border:solid 1px #FEC32B;
	color:#FFF;
	}
.avisoinicio4 { 
	background-color:#222222;
	border:solid 1px #000000;
	color:#FFF;
	}
.avisoiniciofoto { 
	background-color:#DDD;
	border:0px;
	width:333px;
	margin:5px 0px;
	}
.avisoiniciofoto img { 
	width:333px;
	}
	
.colaboracion { 
	display:block;
	position:relative;
	width:800px;
	margin:10px auto;
	border-bottom:dotted 1px #FF8F17;
	min-height: 110px;
	}
.colablogo {
	display:inline-block;
	width:200px;
	max-height:100px;
	text-align:center;
	overflow:hidden;
	float:left;
	margin: 0px 20px 5px 0px
}
.colabempresa {
	display:inline-block;
	width:580px;
	margin: 0px 0px 10px 0px
}
.colabdesc {
	font-size: 13px;
	color: #666;
	margin: 0px 0px 10px 0px
}
.colabmore {
background-color: #FF5028;
color: white;
display: block;
font-size: 12px;
width: 40px;
text-align: center;
border-radius: 5px;
font-weight: 700;
margin: 3px 0px;
padding: 1px;
cursor:pointer;
}
.iconoslavida	{
	display:block;
	float:left;
	width:104px;
	height:100px;
	text-align:center;
	margin: 3px;
	font-size: 14px;
}
.divsliders { box-shadow: 0px 0px 5px #000; }

.boxintrohome {
	width:400px;
	height:250px;
	margin: 51px 0px 0px 0px;
	padding:30px;
	float:left; 
	overflow:hidden; 
	border-radius:0px 50px 0px 0px; 
	background-color: #F02137;
	color: #FFF;
	text-align:justify;
	font-size: 1.3em;
	font-style: italic;
}

.newsletterindex { 
	display: inline-block;
	width: 85px;
	text-align: right;
	font-size: 20px;
	padding-top: 5px;
}
.newletterinput { 
	width: 330px;
	padding: 5px;
	border: medium none;
	background-color: #8BBCE1;
	color: #FFF; 
	font-size: 18px;
	margin-top:6px;
	font-family: Lato, Arial, Helvetica, sans-serif, 'Myriad Web', 'Myriad Pro';
	font-weight:300;
	
}

.tablasoporte {
	background-color:#FFF;
	background-color:#C7D0D6;
	box-shadow: 0px 0px 5px #000;
	padding: 20px;
	border-radius: 0px 30px;
	margin: 20px auto;
	color:#000;
	
}
.tablasoporte input[type=text], .tablasoporte textarea, .tablasoporte #equipo {
	background-color:#6C7981;
	width:500px;
	border:none;
	padding:2px 5px;
	color:#FFF;
	border-radius:0px 5px;
}
.tablasoporte tr td:first-child, .tablacontacto tr td:first-child {
	text-align:right;
}

.tablacontacto input[type=text], .tablacontacto textarea {
	background-color:#CCC;
	width:400px;
	border:none;
	padding:2px 5px;
	color:#000;
	border-radius:0px 5px;
}
.desc {
	color:#008CC8;
	font-weight:400;
	font-size:1.2em;
}
.carac {
	
	color:black;
}
.carac b { font-weight: 900; font-size: 0.95em;}
.carac h2 { 
	display: inline-block;
	padding-right: 20px;
	border-bottom:dotted 2px #6C7981;
}
.bread { 
	font-size: 0.75em;
	margin: 15px;
	text-transform: uppercase;
	font-weight:900;
	}
.bread a {  color:#000; }
.prodlist { margin:15px; width:90%; }
.prodlist .prodlistfoto {
	display:inline-block;
	background-size: cover;
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 25px;
	border-radius: 0px 15px;
	background-position: center center;
	box-shadow: 0px 0px 5px;
	}
.prodlist .prodlistinfo {
		vertical-align: middle;
		display: inline-block;
		height: 150px;
		padding-top: 45px;
		color:#000;
		font-size: 1.3em;
		
	}
.prodlist .prodlistinfo a { color:#000;}

.prodscats { 
color: #22333e;
display: block;
margin: 5px 40px;
width: 800px;
font-weight: 400;
font-size: 0.9em;
padding: 0px 30px;
}

.marcahome {
display: inline-block;
width: 80px;
height: 52px;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
margin: 3px 10px;
}
.prodenrenta { display:block; margin:5px 0px;}