﻿/* File Created: enero 3, 2013 */

/************************************************************************
Pagina login 
**************************************************************************/
#div_header
{
    background-image: url('../images/Maquetacion/ov_cabecera.gif');
    background-repeat: no-repeat;
    background-color: #348BB7;
    background-position: center;
    width: 100%;    
    min-width: 950px;
    padding-top: 10px;
    height: 65px;
}

#div_header_login
{   
    padding-top: 20px;
}

#div_header2_login
{
    background: url("../Images/Maquetacion/Cabeceras/ov_cabecera.gif") repeat-x;    
    margin-top: 15px;
    height: 60px;
    left: 0px;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 20px;
    }

#div_base
{
    background-color: #FFFFFF;
    min-height: 100%;
    width: 100%;
}

#div_content
{
    width: 940px;
    z-index: 100;
	padding-bottom: 195px;
	overflow:auto;
}

#div_content_left_login
{
    margin-left: 20px;
    margin-right: 100px;
    width: 300px;
    height: 190px;
    background-image: url('../images/Maquetacion/left_content_back.png');
    background-repeat:no-repeat;
    padding: 10px 0 0 10px;
}

#div_content_right_login
{    
    text-align:justify;    
    width: 370px;
    height: 190px;
    padding: 10px 0 0 10px;    
}

.div_menu select
{
    color: #666666;
    margin-bottom: 3px;    
}
.centrada
{
    margin:0 auto 0 auto;
    width:954px;
    text-align:left;
}

.blanco { color: #FFFFFF; }
.destacados{ font-size:20px; font:Arial, Verdana; }
.izquierda { float: left; }
.derecha { float: right; }
.texto_centrado { text-align: center; }
.texto_izquierda { text-align: left; }
.text_login { color: #464646; border: 1px solid #6699CC; }
.margen_vertical { margin-top: 25px; margin-bottom: 5px; }
.gris_claro { color: #9A9A9A; }

.BtnLogin {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #FFFFFF;
    font-size: 16px;
    padding: 5px;
    -webkit-box-shadow: 0px 2px 15px rgba(54, 147, 184, 0.20);
    -moz-box-shadow:    0px 2px 15px rgba(54, 147, 184, 0.20);
    box-shadow:         0px 2px 15px rgba(54, 147, 184, 0.20);
    background: rgb(242, 126, 6);
    /*background: -moz-linear-gradient(90deg, rgb(242, 126, 6) 40%, rgb(245, 158, 68) 65%);
    background: -webkit-linear-gradient(90deg, rgb(242, 126, 6) 40%, rgb(245, 158, 68) 65%);
    background: -o-linear-gradient(90deg, rgb(242, 126, 6) 40%, rgb(245, 158, 68) 65%);
    background: -ms-linear-gradient(90deg, rgb(242, 126, 6) 40%, rgb(245, 158, 68) 65%);
    background: linear-gradient(90deg, rgb(242, 126, 6) 40%, rgb(245, 158, 68) 65%);*/
    border: 1px solid transparent;
    font-weight: bold;
	border-radius: 4px;
}

.BtnLogin:hover { background: #FFC44E; cursor: pointer; }

/**********************politica de cookies ****************************/
.LeyCookies_contenido {
                background: url("../IMAGES/Maquetacion/Login/layercookies.png") repeat-x 0px 0px rgb(255, 255, 255); top: 0px; width: 100%; display: none;
}
.LeyCookies_contenido .bloqueIntCookies {
                margin: 0px auto; padding: 0px 13px; width: 940px; position: relative;
z-index: 95; min-height: 40px;
}
.LeyCookies_contenido .bloqueIntCookies .textoCookies {
                padding: 5px 0px 0px; color: rgb(255, 255, 255); font-family: "Arial"; font-size: 70%; word-spacing: -1.3px; float: left; max-width: 940px;
}
.LeyCookies_contenido .bloqueIntCookies .textoCookies img {
                margin: 5px 0px -1px; padding: 0px 6px 0px 0px;
}
.LeyCookies_contenido .bloqueIntCookies a.enlace_cookies {
                color: rgb(255, 255, 255); text-decoration: underline; cursor: pointer;
}
.LeyCookies_contenido .bloqueIntCookies a.closeCookie {
                background: url("../IMAGES/Maquetacion/Login/cookies_cerrar.png") no-repeat 0px 11px;
padding: 12px 0px 0px; width: 20px; text-decoration: none; float: right;
}
.LeyCookies_contenido .bloqueIntCookies a.closeCookie:hover {
                background: url("../IMAGES/Maquetacion/Login/cerrar_cookies_on.png") no-repeat 0px 11px;
}
