﻿/*!
 * Hoja de estilos que contiene los estilos globales
 * comunes a todos los portales Web.
 *
 * Copyright(c) Divisa Inform�tica y Telecomunicaciones S.A.
 */
header {
    height: 180px;
}
.aguamarina {
    font-size: 1.2em;
    color: #00b2a9;
    font-weight: bold;
}

.aguamarinaSubrayadoRojo,
.aguamarinasubrayadorojo {}

.azulVerMas,
.azulvermas {}

.blockLeft,
.blockleft {}

.blockRight,
.blockright {}

.bordeBlanco,
.bordeblanco {}

.bulletCoral,
.bulletcoral {
    font-size: 1em;
    display: block;
}

.celdaTabla,
.celdatabla {
    display: block;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
}

.celdaTablaFondoNaranja,
.celdatablafondonaranja {
    color: #000000;
    background-color: #F9FFD6;
    text-align: center;
}

.celdaTablaFondoRojo,
.celdatablafondorojo {
    color: #000000;
    background-color: #F7D4D8;
    text-align: center;
}

.celdaTablaFondoVerde,
.celdatablafondoverde {
    color: #000000;
    background-color: #E7FFDE;
    text-align: center;
}

.contentViewMore,
.contentviewmore {}
.contentFinalTitle{
    font-size: 1.4em;
}
.contentLinks{
    float: right;
}
.desplazar_arriba {}

.fondoVerdeOscuro,
.fondoverdeoscuro {
    color: #FFFFFF;
    background-color: #254e50;
    display: block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
body {
    font-family: 'Open Sans',sans-serif;
    font-weight: 100;
    line-height: 23px;
}
.standalone {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.standalone a {
    margin-top: 35px;
}
.title {
    width: 60%;
    display: inline-block;
    background: #00b2a9;
    color: white;
    position: relative;
    padding: 25px 40px;
    height: 100%;
    float: right;
}
.title img {
    margin-top: 15px;
}

.title span {
    font-size: 25px;
    color: white;
    margin-top: 14px;
    display: inline-block;
    padding-left: 7px;
    vertical-align: middle;
}
a {
    color: #00b2a9;
    text-decoration: none;
    display: block;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
h1 {
    font-size: 2em;
    margin: 0;
}
h2 {
    font-weight: 100;
    font-size: 21px;
    line-height: 30px;
    margin: 0px 0 6px 0;
}
h3 {
    font-size: 2em;
    margin: 0;
}
.contentImage img {
    width:100%;
}
.inline-text, .inline-form {
    width: 100%;
    display: inline-block;
    padding: 30px;
    vertical-align: top;
}
.form {
    position: absolute;
    bottom: -25vh;
    background: #00b2a9;
    right: 3%;
    max-width: 400px;
    min-height: 445px;
    color: white;
}

small, .small {
    color: white;
    vertical-align: middle;
    font-size: 17px;
    margin-top: 16px;
    display: inline-block;
    margin-left: 20px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 12px;
    border: none;
    color:black;margin-bottom: 10px;
}
.form a {
    color: #4b4f54;
    display: inline-block;
}
.inline-text {
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    width: auto;
}
.form a {
    color: #4b4f54;
}
.details {
    padding-left: 20px;
    margin-top: -16px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 30px;
    
}
.accept {
    font-size: 13px;
    font-weight: 400;
   
    
}
.submit {
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    background: #4B4F54;
}
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}
footer{
	width: 100%;
	text-align: center;
	background-color: #00b2a9;
}
footer ul{
	padding: 0;
	margin: 4em 0;
}
footer ul li{
	margin: 4px;
	color: white;
	display: inline;
	list-style: none;
}
footer ul li:hover{
	cursor: pointer;
	text-decoration: underline;
}
@media only screen and (max-width: 945px)  {
   .title {
        width: 100%;
        display: block;
        background: #00b2a9;
        color: white;
        padding: 20px 40px;
        height: auto;
    }
    
  
    .standalone {
        width: 100%;
        display: block;
        vertical-align: top;
        height: auto;
        padding-bottom: 18px;
    }
    .standalone a {
        margin-top: 18px;
        display: block;
        margin-left: 34px;
        margin-right: 34px;
    }
    h1 {
        font-size: 20px;
        margin: 0;
    }
    h2 {
        font-weight: 100;
        font-size: 22px;
        margin: 0px 0 6px 0;
    }
    
}
@media only screen and (max-width: 945px)  {
    .title a {
        position: relative;
        right: 0px;
        top: 0px;
    }
	.title {
		width: 100%;
		display: block;
		background: #00b2a9;
		color: white;
		padding: 15px 15px;
		height: auto;
	}
	.inline-text, .inline-form {
		width: 100%;
		display: inline-block;
		padding: 30px;
		vertical-align: top;
	}
	.title span {
		font-size: 25px;
		color: white;
		margin-top: 0px;
		display: inline-block;
		padding-left: 0;
		vertical-align: middle;
	}
	.title img {
		margin-top: 15px;
		display: none;
	}
	small, .small {
		color: white;
		vertical-align: middle;
		font-size: 15px;
		margin-top: 15px;
		display: block;
		margin-left: 0;
	}
	.form {
		position: relative;
		bottom: 0;
		background: #00b2a9;
		right: 0;
		max-width: 400px;
		min-height: 445px;
		color: white;
	}
}