﻿@charset "utf-8";
/* CSS Document */

/************************ GENERALES ***************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, doel, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, caption,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

body {
	line-height: 1;
	margin-bottom:20px;
	margin-top:20px;
	background-color: #FFFFFF;
}

body#completo{line-height: 1;
	margin-bottom:20px;
	margin-top:0px;
	background-color: #FFFFFF;
	background-image:url(imagenes/fondoweb.jpg);
	background-position:top left;
	background-repeat:repeat-x;}

p {
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#2a1d05;
	}
:focus {
     outline: 0
}

ol, ul {
     list-style: none
}


blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
	margin: 0;
	padding: 5px;
	margin-bottom: 5px;
	border:1px solid #b5b5a2;
	background-color:#F2F9FD;
	color:#2a1d05;
	width: 220px;
}
textarea {resize: vertical; min-height: 50px; max-height: 50px;}
	 
input:focus, textarea:focus {
	margin: 0;
	padding: 5px;
	margin-bottom: 5px;
	border:1px solid #97C024;
	box-shadow:0px 0px 10px #fff;
	background-color:#FFFFFF;
	
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
a{
	color:#2a1d05;
	text-decoration: none;
}
a:link :visited :active{
	color:#2a1d05;
	text-decoration: none;
}
a:hover{
	color:#2a1d05;
	text-decoration:underline;
}

a img { border:none; }

.separador{
	border-bottom:1px dashed #360;
	margin-top: 5px;
	margin-bottom: 5px;
}

/************************ CONTENEDORES ***************************/


#contenedor{
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(imagenes/fondo.jpg);
}
#contenedor_completo{
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(imagenes/fondo2.png);

}
#header{
	height:100px;
	/* [disabled]padding: 20px; */
	/* [disabled]padding-top: 10px; */
}
#logo{
	/* [disabled]margin-left:-10px; */
	/* [disabled]margin-top:-20px; */
	/* [disabled]background-image: url(imagenes/blancotransp.png); */
	/* [disabled]background-repeat:repeat; */
	/* [disabled]background-position: top left; */
	/* [disabled]border-radius:10px; */
	float: left;
	margin-right: 10px;
}
#menuprincipal{
	background-color:#ffffff;
	/* [disabled]margin-top: 50px; */
	width: 100%;
	height: 60px;
	background-image: linear-gradient(bottom, #eee 0%, #fff 100%);
	background-image: -o-linear-gradient(bottom, #eee 0%, #fff 100%);
	background-image: -moz-linear-gradient(bottom, #eee 0%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #eee 0%, #fff 100%);
	background-image: -ms-linear-gradient(bottom, #eee 0%, #fff 100%);
	background-image: -webkit-gradient(	linear,	left bottom, left top,	color-stop(0, #eee),	color-stop(1, #fff));

	/* Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee);
	/* Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee)";

}
	#menuprincipal a{
	height:60px;
	padding:18px 20px;
	border-right:1px solid #ffffff;
	color:#666666;
	line-height: 60px;
	font-size: 1em;
	font-family: 'Open Sans', Arial, Helvetica;
	text-decoration: none;
	background-color:#ffffff;
	background-image: linear-gradient(bottom, #eee 0%, #fff 100%);
	background-image: -o-linear-gradient(bottom, #eee 0%, #fff 100%);
	background-image: -moz-linear-gradient(bottom, #eee 0%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #eee 0%, #fff 100%);
	background-image: -ms-linear-gradient(bottom, #eee 0%, #fff 100%);
	background-image: -webkit-gradient(	linear,	left bottom, left top,	color-stop(0, #eee),	color-stop(1, #fff));

	/* Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee);
	/* Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee)";
	text-shadow: 0px 1px 0px #ccc;

}
	#menuprincipal a:hover{
	text-decoration: none;
	color:#97C024;
	background-color:#eeeeee;
	background-image: linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -webkit-gradient(	linear,	left bottom, left top,	color-stop(0, #fff),	color-stop(1, #eee));

	/* Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff);
	/* Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff)";
	
	-webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;  
    -moz-transition:all 0.4s ease-out; 
    -ms-transition:all 0.4s ease-out;   
    transition:all 0.4s ease-out;
}
#principal{
	/*height: 615px;*/
	background-image: url(imagenes/blancotransp.png);
	background-repeat:repeat;
	background-position: top left;
	overflow: visible;
	margin: 0 auto 0 auto;
	padding: 20px;
	margin-left: 30px;
	margin-right: 30px;
	/* [disabled]border-radius: 10px; */
	border: 2px solid #ffffff;
	/* [disabled]box-shadow: 0px 0px 20px #ffffff; */
	margin-bottom: 45px;
	/* [disabled]background-color: #FFF; */
}
#nombrecurso{
	margin: 10px auto;	
}
#nombrecurso p{
	padding-bottom:4px;
}
#nombrecurso ul{
	padding-left:30px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}
#nombrecurso li{
	list-style-image:url(imagenes/lista.png);
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:2px;
	line-height:17px;
}
#formulario{
	width:170px;
	position: relative;
	border-radius:10px;
	background-position: top left;
	/* [disabled]box-shadow:0px 0px 50px #666; */
	margin: 10px auto;
}
#formulario a{
	font-size:14px;
	color:#798949;
	text-decoration:none;
}
#formulario a:hover{
	color:#666666;
	text-decoration:underline;
}
#itemlateral{
	background-color:#eee;
	width:160px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
#itemlateral:hover{
	background-color:#d5ea9a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	color:#666666;
}
#itemlateral a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#798949;
	text-decoration:none;
}
#info{
	background-color:#FFFFFF;
	height:1%;
	overflow:hidden;
}
#masinfo{
	padding: 20px;
	/* [disabled]width: 380px; */
	float:left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	padding-right: 10px;
}
#galeria{
	width:150px;
	float:left;
	padding: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
#galeria img{
	opacity:0.9;
	box-shadow: 0px 0px 2px #000;
}
#galeria img:hover{ opacity:1; box-shadow: 0px 0px 5px #000;}
#footer{
	padding: 10px 20px;
	/* [disabled]background-image: url(imagenes/footer_imagen.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: top left; */
	margin-top:0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color:#eeeeee;
	background-image: linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -webkit-gradient(	linear,	left bottom, left top,	color-stop(0, #fff),	color-stop(1, #eee));


	/* Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff);
	/* Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff)";
}
#footer p{
	color: #333;
	font-size:11px;
}
#footer a{
	color: #333;
	font-size:11px;
	text-decoration:none;
	margin: 0px 10px;
}
#footer strong{
	color: #333;
	font-size:11px;
	margin-right: 10px;
}
#footer a:hover{
	color: #97C024;
	text-decoration:underline;
}

/************************* TEXTO *****************************/

.texto {
	text-align:left;
	font-size:12px;
	line-height:19px;
	color:#2a1d05;
	}
.textoficha {
	text-align:justify;
	font-family:Arial, "Trebuchet MS", Verdana;
	font-size:12px;
	line-height:19px;
	color:#2a1d05;
	}
.menusup{
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.tituloverde, .tituloverde a{
	font-family: Arial, Helvetica;
	font-size: 15px;
	line-height: 25px;
	/* [disabled]font-weight: bold; */
	color: #97C024;
	text-decoration: none;
}
.titulomedio, .titulomedio a{
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 17px;
	line-height: 20px;
	/* [disabled]font-weight: bold; */
	color: #97C024;
	text-decoration: none;
	/* [disabled]text-transform: uppercase; */
	text-shadow: 0px 1px 0px #ccc;
}
.titulomedio2 {
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.titulomedio2 a{
	font-family: Arial, Helvetica;
	font-size: 13px;
	line-height: 16px;
	color: #2a1d05;
	text-decoration: none;
	background-image:url(imagenes/flecha.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:16px;
	margin-bottom:5px;
}
.titulomedio2 a:hover{
	color: #006D78;
}
.titulogrande, .titulogrande a{
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 25px;
	line-height: 40px;
	/* [disabled]font-weight: bold; */
	color: #4E4E4E;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #ccc;
}
.verdegrande, .verdegrande a:link{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 33px;
	line-height: 40px;
	/* [disabled]font-weight: bold; */
	color: #97C024;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ccc;
}
.titulobloque{
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 17px;
	line-height: 22px;
	color: #333333;
	text-shadow: 0px 1px 0px #ccc;
	text-decoration: none;
	/* [disabled]text-transform: uppercase; */
	margin-left: -20px;
	padding: 3px 10px 3px 20px;
	margin-top: 10px;
	box-shadow: 0px 1px 2px #ccc;
	margin-bottom: 5px;
	/* [disabled]font-weight: bold; */
	background-color:#FFFFFF;
	background-image: linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #eee 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #eee 100%);
	/* [disabled]background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 100%); */
	/* [disabled]background-image: -webkit-gradient(	linear,	left bottom, left top,	color-stop(0, #fff),	color-stop(1, #eee)); */









	/* Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff);
	/* Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff)";
}
.blanco{ color:#FFF;}
/* BOTONES */

.botonformulario {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
	background-color:#0099CC;
	width:220px;
	font-size:15px;
	margin-left: 5px;
}

.botonformulario:hover, .botonformulario.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */


	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
	background-color:#97C024;
}
.botonformulario:active, .botonformulario.active {
	top:1px;
}

#formulario a, #footer a{margin:10px; line-height:30px;}

#nombrecurso img { max-width:100%; height:auto;}
#logo img{ display:none;}

@media (min-width: 400px) {
	
}

@media (min-width: 550px) {
}

@media (min-width: 750px) {
	/*#coli img{ max-width:750px;}*/
}

@media (min-width: 990px) {
	#contenedor, #contenedor_completo {width:990px; margin:0 auto;}
	#nombrecurso{float:left; width:665px;}
	#logo{ width:350px;}
	#logo img{ display:block;}
	/*#footer a{margin:0; line-height:20px;}*/
	#formulario{
		float:left;
		position: relative;
		left: 20px;
		padding: 22px;
		padding-top: 75px;
		border-radius:10px;
		background-position: top left;
		margin-bottom: -20px;
		margin-top: -40px;
	}
	#formulario a{margin:0; line-height:20px;}

	/*#header {width:1000px; margin:0 auto;}
	#listadoip{float:left; width: 640px;}
	#sidebar{float:left; clear:none;}
	#contenidolistado{float:left;width: 550px;}
	#menu{width:1035px;}
	#contentmenu{width:1035px;}
	#footer{width:1035px;}
	#contenedorfootera{width:1035px;}*/
}

/*ESTILOS ADSENSE*/
/*.ad_izquierda{width:200px; height:200px; margin:0 auto; clear:both;}
/*@media(min-width:200px) and (max-width: 299px){.ad_izquierda{width:200px; height:200px;}}*/
/*@media(min-width:300px) and (max-width: 299px){.ad_izquierda{width:300px; height:250px;}}
@media(min-width:336px) and (max-width: 727px){.ad_izquierda{width:336px; height:290px;}}
@media(min-width:728px){.ad_izquierda{width:728px; height:90px;}}*/