/*----------------------------
|     * Documento CSS *      |
| Creado por Óscar Enríquez  |
| Website: http://oece.me/   |
----------------------------*/
.cookieDiv {
	width: 100%;
	heigth: auto;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	background-color: #F06060;
	color: #fff;
	padding: 5px;
	font-size: 16px;
}
.textoCookie {
width: 80%;
float: left;
}
.accionCookie {
width: 20%;
float: right;
}
.cookieDiv p, .cookieDiv a, .cookieDiv div {
margin: 3px 0;
}
.botonCookie {
padding: 5px 12px;
background: #17AA56;
box-shadow: 0 3px 0 #0A833D;
-moz-box-shadow: 0 3px 0 #0A833D;
-webkit-box-shadow: 0 3px 0 #0A833D;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
cursor: pointer;
position:relative;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
-ms-transition: none;
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-weight: bold;
display: inline-block;
}		
.botonCookie:hover {
box-shadow: 0 2px 0 #0A833D;
-moz-box-shadow: 0 2px 0 #0A833D;
-webkit-box-shadow: 0 2px 0 #0A833D;
top: 1px;
transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.botonCookie:active {
box-shadow: 0 2px 0 #17AA56, 0px 1px 4px rgba(0,0,0,0.3) inset;
-moz-box-shadow: 0 2px 0 #17AA56, 0px 1px 4px rgba(0,0,0,0.3) inset;
-webkit-box-shadow: 0 2px 0 #17AA56, 0px 1px 4px rgba(0,0,0,0.3) inset;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
-ms-transition: none;
}
.enlaceCookie {
color: #058;
text-decoration: none;
display: inline-block;
}
.enlaceCookie:hover {
color: #058;
text-decoration: underline;
}
tr #logo {
	background-image: url(imagenes/logo.jpg);
	height: 264px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}
.texto-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #900;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
#contenedor tr #navegar {
	background-image: url(imagenes/BOTON_r2_c1.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 900px;
}
#contenedor tr #navegar #n {
	height: 43px;
}
a:hover {
	color: #00F;
}

.texto4 {
	font-family: Verdana, Geneva, sans-serif;
	color: #939;
}
.texto2 {
	font-family: "MS Serif", "New York", serif;
	color: #F00;
}
#tabla-form {
	background-color: #FFC;
	border-radius: 50px;
}
#contenedora {
	background-color: #CF9;
	height: 100%;
	position: absolute;
}
.texto4 {
	color: #000;
	font-weight: bold;
}
.boton {
	height: 40px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #966;
	font-size: 18px;
	font-weight: bold;
}
.texto_li {
	color: #F00;
	font-size: 24px;
	font-weight: bold;
}
tr td #navegacion {
	height: 44px;

}
.img {
	border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 3px outset #000000;
}	
.tarjeta {
	border-radius: 0px 50px 0px 50px;
	-moz-border-radius: 0px 50px 0px 50px;
	-webkit-border-radius: 0px 50px 0px 50px;
	border: 0px solid #000000;
	background-color: #e6a31c;
	text-align: center;
	color: #0000FF;
	font-size: 18px;
	font-weight: bold;
	width: 90%;
}
.tarjeta_b {
	border-radius: 0px 50px 0px 50px;
	-moz-border-radius: 0px 50px 0px 50px;
	-webkit-border-radius: 0px 50px 0px 50px;
	border: 0px solid #000000;
	background-color: #e6a31c;
	text-align: center;
	color: #0000FF;
	font-size: 18px;
	font-weight: bold;
	width: 250px;
}
.tarjeta_2 {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #e6a31c;
	border: 0px solid #000000;
	height: 150px;
	width: 95%;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	color: #900;
	text-decoration: none;
	font-size: 16px;
}
.tarjeta_2b {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #e6a31c;
	border: 0px solid #000000;
	width: 300px;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	color: #900;
	text-decoration: none;
	font-size: 16px;
}
.texto_nav_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #900;
	text-align: center;
}
.texto_nav_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #900;
	margin-left: 20px;
	padding-left: 20px;
	font-weight: bold;
}
