/* CSS Document */
/* reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	/*vertical-align: baseline;*/
}

html {
	overflow-y: scroll;
/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 50%;
/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

b, strong {
	font-weight: bold;
}

em {
	font-style:italic;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p {
	line-height: 1.35em;
	padding-bottom: 0.6em;
}
span {
	
}

a img{
	border: none;
}

/*
	Clear Floated Elements
*/

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clear:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

* html .clear {
	height:1%;
}

.clearfloat {
	clear:both;
}

/* general */

body {

}
.fnegro {
	background-color: #000000;
	color: #FFFFFF;
}
.fblanco {
	background-color: #FFFFFF;
	color: #000000;
}
.fnegro a {
	color: #FFFFFF;	
}
.fblanco a {
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:40px;
	font-weight:bold;
	padding: 10px 0 0 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	padding-bottom: 0.3em;
	padding-top: 0.6em;
	line-height: 1.2em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom: 0.5em;
	padding-top: 0.6em;
	line-height: 1.2em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;;
	padding-bottom: 0.5em;
	padding-top: 0.6em;
	line-height: 1.2em;
}

.float-izq{
	float: left;
}

.float-der{
	float: right;
}

.float-cierre{
	clear: both;
}

#pagina {
	background-color: inherit;
	color: inherit;
	padding: 0 20px 0 20px;
	margin: 0px auto;
	max-width: 1100px;
}

#cabecera {
	background-color: inherit;
	color: inherit;
	margin: 15px 0 30px 0;

}

.titulo{
	background-color: inherit;
	color: inherit;
}

.subtitulo{
	background-color: inherit;
	color: inherit;
	font-size: 17px;
	font-weight: normal;
}

#contenido {
	float: left;
	width: 100%;
}

#menu {
	float: left;
	/*width: 240px;*/
	width: 22%;
	padding: 0 20px 0 0;
}

.alternativo{
	display: none;
	padding: 30px 0 0 10px;
}


#contenidomos {
	padding-top: 40px;
	float: left;
	/*width: 840px;*/
	width: 75%;
}

#contenidopro {
	float: left;
	/*width: 840px;*/
	width: 75%;
}

.fotochow {
	margin: 7px 0 10px 0;	
	width: 100%;
	height: auto;
}

.vimeo{
	margin: 7px 0 10px 0;
	position: relative;
	padding-bottom: 54.25%; /* 16:9 ?? */
	padding-top: 25px;
	height: 0;
}

.vimeo169{
	margin: 7px 0 10px 0;
	position: relative;
	padding-bottom: 53%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.vimeo43{
	margin: 7px 0 10px 0;
	position: relative;
	padding-bottom: 75%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.vimeo iframe{
	border: 1px solid #7F7F7F;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vimeo169 iframe{
	border: 1px solid #7F7F7F;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vimeo43 iframe{
	border: 1px solid #7F7F7F;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.central {
	bacground-color: #FF0000;
	font-size: 13px;
	float: left;
	width: 71%;
	padding: 0 1.5% 0 1.5%;
}

.lateral{
	bacground-color: #FF0000;
	font-size: 13px;
	float: left;
	width: 23%;
	padding: 0 1.5% 0 1.5%;
}

.total{
	bacground-color: #FF0000;
	font-size: 13px;
	float: left;
	width: 97%;
	padding: 0 1.5% 0 1.5%;
}

.doscol{
	bacground-color: #FF0000;
	font-size: 13px;
	float: left;
	width: 47%;
	padding: 0 1.5% 0 1.5%;
}

.central a, .lateral a, .total a, .doscol a {
	color: inherit;
	text-decoration: underline;	
}

.central a:hover, .lateral a:hover, .total a:hover, .doscol a:hover {
	color: inherit;
	text-decoration: underline;
	font-weight: bold;	
}

.home{
	bacground-color: #FF0000;
	float: left;
	width: 98.5%;
	padding: 0 0 0 1.5%;
}



/* menu  */

ul.menu {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	list-style: disc;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
	line-height: 1.1em;
	margin-left: 12px;
}
ul.menu li.tit {
	list-style: none;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 1.3em;
	margin-left: 0;
}	
ul.menu li.item {
	color: #7F7F7F;
}

/* contenidos home */

div.homepix {
	float: left;
	width: 18%;
	margin-right: 2%;
	margin-bottom: 3px;
	font-size: 12px;
	color: #7F7F7F;
}

div.homepix img{
	width: 100%;
	height: auto;
	border: none;
}

span.homepix {
	display: block;
	font-size: inherit;
	height: 3.3em;
	/*padding-top: 3px;
	font-size: 11px;
	color: #7F7F7F;*/
}

.linksMos{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	font-weight: normal;
	text-decoration: none;
}
.linksMos:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	text-decoration: underline;
}

.linksmenu02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.linksmenu02:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	text-decoration: underline;
}

/*.links11b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.links11b:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
	font-weight: normal;
	text-decoration: none;
}*/
.gris {
	color: #7F7F7F;
}

/* Responsive */

@media only screen and (min-width: 960px) and (max-width: 1152px){
	#pagina {
		padding: 0 10px 0 20px;
		/*margin: 0px auto;
		max-width: 1100px;*/
	}
	#contenidopro {
		/*width: 716px;*/
		width: 75%;
		/*background-color: #550000;*/
	}	
	#contenidomos {
		width: 75%;
		/*background-color: #550000;*/
	}
	#menu {
		/*width: 180px;*/
		width: 22%;	
		padding: 0 20px 0 0;
	}
	div.homepix {
		width: 18% !important;
	}
}

@media only screen and (min-width: 800px) and (max-width: 959px){
	#pagina {
		padding: 0 10px 0 20px;
		/*margin: 0px auto;
		max-width: 1100px;*/
	}
	#contenidopro {
		/*width: 586px;*/
		width: 75%;
		/*background-color: #555500;*/
	}	
	#contenidomos {
		width: 75%;
		/*background-color: #555500;*/
	}
	#menu {
		/*width: 150px;*/
		width: 22%;
		padding: 0 20px 0 0;
	}	
	div.homepix {
		width: 23% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 799px){
	#pagina {
		padding: 0 10px 0 20px  !important;
		/*margin: 0px auto;
		max-width: 1100px;*/
	}
	#contenidopro {
		/*width: 554px;*/
		width: 75%;
		/*background-color: #550055;*/
	}	
	#contenidomos {
		width: 75%;
		/*background-color: #550055;*/
	}
	#menu {
		/*width: 150px;*/
		width: 22%;
		padding: 0 20px 0 0;
	}	
	div.homepix {
		width: 31% !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){
	
	.titulo{
		padding-left: 10px;
	}
	
	#pagina {
		/*padding: 0 10px 0 20px;*/
		padding: 0  !important;
		/*margin: 0px auto;
		max-width: 1100px;*/
	}
	#contenidopro {
		width: 100% !important;
		/*background-color: #005500;*/
	}	
	#contenidomos {
		width: 100% !important;
		/*background-color: #005500;*/
	}
	#menu {
		/*width: 24%;
		padding: 0 20px 0 0;*/
		display: none;
	}	
	
	div.homepix {
		width: 23% !important;
		font-size: 13px !important;
	}
	
	.alternativo {
		display: block !important;
	}
	
	.central {
		width: 97% !important;
	}
	.lateral {
		width: 97% !important;
		padding-top: 20px !important;
	}
	.central, .lateral, .total, .doscol{
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 599px){

	.titulo{
		padding-left: 10px;
	}
	
	#pagina {
		padding: 0  !important;
		/*margin: 0px auto;
		max-width: 1100px;*/
	}
	#contenidopro {
		width: 100%  !important;
		/*background-color: #000055;*/
	}	
	#contenidomos {
		width: 100%  !important;
		/*background-color: #000055;*/
	}
	#menu {		
		display: none;
	}
	
	div.homepix {
		width: 31% !important;
		font-size: 14px !important;
	}	
	.alternativo {
		display: block !important;
	}
	
	.central, .doscol {
		width: 97% !important;
	}
	.lateral {
		width: 97% !important;
		padding-top: 20px !important;
	}
	
	.central, .lateral, .total, .doscol{
		font-size: 15px !important;
	}
}

@media only screen and (max-width: 480px){
	
	.titulo{
		padding-left: 10px;
	}
	
	#pagina {
		padding: 0  !important;
		/*margin: 0px auto;
		max-width: 1100px;*/
	}
	#contenidopro {
		width: 100%  !important;
		/*background-color: #005555;*/
	}	
	#contenidomos {
		width: 100%  !important;
		/*background-color: #005555;*/
	}
	#menu {		
		display: none;
	}
	
	div.homepix {
		width: 48% !important;
		font-size: 15px !important;
	}	
	.alternativo{
		display: block !important;
	}	
	
	.central, .doscol {		
		width: 97% !important;
	}
	
	.lateral{		
		width: 97% !important;
		padding-top: 20px !important;
	}
	
	.central, .lateral, .total, .doscol{
		font-size: 15px !important;
	}
}

@media only screen and (max-width: 270px){
	div.homepix {
		width: 98% !important;
		font-size: 15px !important;
	}	
}

