/*
    Document   : cos_publico
    Created on : 01-abr-2013, 23:05:35
    Author     : mmantaras
    Description:
        Estilos a aplicarse en el sitio web visualizado
        como publico

*/

body{
    margin: 0px;
    padding: 0px;
    /*background-color:#9c9c9c;*/
    background-color:white;
}

table{
     border-spacing: 0px;
}

td{
    border-spacing: 0px;
    border-collapse: collapse;
}

tr{
    border-spacing: 0px;
    border-collapse: collapse;
}

ul{
    padding-left: 20px;
}

a{
    text-decoration:  none;
    color: blue;
    font-weight: bolder;
}

.divflotante{
  position:absolute;
  top: 0px;
  z-index:1000;
  width:100%;
  height:100%;
  /**background-color:rgba(10,0,0,0.4);**/
}

.divcontenedor{
	margin: 80 auto;
	padding: 130px;
	width:75%;
    max-height: 500px;
    min-height: 500px;
	/*background-image: url("../img/mancha_rosa_png_by_tatiana931220-d553tws.png");*/
	/*background-image: url("../img/LI0032A.png");*/
	background-color: white;
	background-position: center;

}

.divsuperior{
    position: absolute;
    background-color: #2064ab;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 300px;
    max-height: 300px;
    min-height: 300px;
    width:100%;
}
.divseparador{
    position: absolute;
    background-image: url("../imagenes/separador.png");
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 300px;
    margin-bottom: 0px;
    margin-right: 0px;
    height: 61px;
    min-height: 61px;
    max-height: 61px;
    width:100%;
}
.divinferior{
    position:absolute;
    background-color: transparent;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 361px;
    margin-right: 0px;
    height: auto;
    width:100%;
}


.divlogocos{
    position:fixed;
    float:left;
    left: 15%;
    top:1%;
    background-image: url("../imagenes/logo_cos.png");
    background-repeat: no-repeat;
    background-position:  center;
    height: 108px;
    width: 111px;
}

.divleyendatitulo{
    position:relative;
    float:left;
    left:0%;
    background-color: transparent;
    font-size: 30px;
    font-family: Arial;
    font-weight: lighter;
    text-transform:  uppercase;
    color: white;
    padding-bottom: 10px;
    padding-left: 10px;
    width:99%;

}

.divmenu{
    position:relative;
    float:left;
    left:0%;
    top: 10%;
    background: -moz-linear-gradient(center top , #7A7A7A, #232115) repeat scroll 0 0 transparent;
    background: -webkit-gradient(startColorstr='#7A7A7A',endColorstr='#232115');
    background-image: -moz-linear-gradient(center top , #7A7A7A, #232115) repeat scroll 0 0 transparent;
    background-image: -webkit-gradient(startColorstr='#7A7A7A',endColorstr='#232115');
    border: 0 solid transparent;
    border-radius: 0px 0px 6px 6px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 10px;
    font-family: arial,helvetica,sans-serif;
    font-weight: bolder;
    color: white;
    width: 100%;
    min-width: 100%;
    height:35px;
    min-height: 35px;
    margin-left: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
}

.divcontenedorcabecera{
    /**width: 932px;**/
    min-width: 100%;
    height:auto;
    margin:auto;
    position: relative;
    background-color:white;

}


.contenedornota{
    margin-top: 0px;
    vertical-align: top;
    clear: left;
}

.divalineacion{
    width: 100%;
    min-width: 930px;
    height: 100%;
    margin: auto;
    position:relative;
     z-index: 100;
    margin-left: 10px;
    -moz-border-radius:  5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.tablacabecera{
    width:99%;
    background-color: transparent;
    background-image: url("../imagenes/fondo-prueba-web.gif");
    background-repeat: no-repeat;
    background-size:  cover;
    background-position:  top;

    -moz-border-radius:  5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

}

.campobusqueda{
    background-color: transparent;
    border: 1px solid grey;
    width: 170px;
    height: 25px;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    color: white;
    -moz-border-radius:  5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.divbusqueda{
    position:relative;
    margin-top: 0px;
    float:right;
    text-align: right;
    right: 1%;
    background-color: transparent;
    min-width: 230px;
    min-height: 20px;
    font-size: 8px;
    color: white;

}

.tablabusqueda{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.divpublicidades{
    background-color: white;
    width: 97%;
    min-width: 97%;
    height: 310px;
    white-space: nowrap;
    margin: auto;

}

.divpublicidades2{
    margin-top: 4px;
    background-color: white;
    width: 100%;
    min-width: 932px;
    height: 80px;

}

.divubicacion{
    background-color:transparent;
    width: 930px;
    max-width: 930px;
    height: 20px;
    position: relative;
    margin: 0 auto 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    color: grey;
    vertical-align: middle;
    margin-top: 5px;
     box-shadow: 0px 0px 10px #000;
   -webkit-box-shadow: 0px 0px 10px #000;
   -moz-box-shadow: 0px 0px 10px #000;

}

.divcontenidos{
    background-color: white;
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 30px;
    margin-top: -3px;
}

.divprofesionales{
    padding-top:0px;
    padding-bottom: 5px;
    float:left;
    width:100%;
    font-family: arial;
    font-size: 11px;
    color:white;
}

.tablaprofesionales{
    margin-bottom: 2px;
    font-family: arial;
    font-size: 11px;
    color:white;
    width:100%;
}

.campoprofesionales{
    background-color: transparent;
    border: 1px solid grey;
    width: 180px;
    height: 25px;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: white;
    padding-left: 10px;
    -moz-border-radius:  5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-left:5px;
}

.botonprofesionales{
    border:1px solid #25729a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family:arial, helvetica, sans-serif;
    padding: 5px 20px 5px 20px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:lighter;
    text-align: center;
    color: #FFFFFF;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.botonbusqueda{
    background-color:transparent;
    border:0px solid transparent;
}

.botonprofesionalescerrar{
    border:1px solid #25729a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family:arial, helvetica, sans-serif;
    padding: 5px 20px 5px 20px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:lighter;
    text-align: center;
    color: #FFFFFF;
    background-color: darkgoldenrod;
    background-image: -webkit-gradient(linear, left top, left bottom, from(coral), to(darkgoldenrod));
    background-image: -webkit-linear-gradient(top, coral, darkgoldenrod);
    background-image: -moz-linear-gradient(top, coral, darkgoldenrod);
    background-image: -ms-linear-gradient(top, coral, darkgoldenrod);
    background-image: -o-linear-gradient(top, coral, darkgoldenrod);
    background-image: linear-gradient(to bottom, coral, darkgoldenrod);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}



.divseparador01{
    background-image: url("../imagenes/separador01.png");
    background-repeat: no-repeat;
    width: 930px;
    min-width: 930px;
    height: 38px;
    min-height: 38px;
    position: relative;
}


.divsocial{
    float:right;
    padding-top:3px;
    padding-right:3px;
}

.divpie{
    margin-top: 40%;
    margin-right:20px;
    padding-top: 40px;
    background-color: white;
    width: 99%;
    min-width: 930px;
    height: 50px;
    min-height: 50px;
    font-family: arial,helvetica,sans-serif;
    color: white;
    font-size: 13px;
    text-align: center;
    position: static;
    clear:both;

    background-image: url("../imagenes/fondo-prueba-web.gif");
    background-repeat: no-repeat;
    background-size:  cover;
    background-position:  top;

    -moz-border-radius:  5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.lineapie{
    border:1px solid silver;
    background-color: silver;
    margin-bottom: 10px;
    min-width: 930px;
    width: 100%;

}


.separador{
    border:2px solid #9c9c9c;
    background-color: #9c9c9c;
    margin-bottom: 5px;
    margin-right: 3px;
    width: 98%;

}

.continuarleyendo{
    padding-top: 10px;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    color: grey;
    text-wrap:  normal;
    height: 40px;
    vertical-align: top;
    line-height: 15px;
    text-decoration: none;
}

.continuarleyendo:hover{
    padding-top: 10px;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    color: black;
    text-wrap:  normal;
    height: 40px;
    vertical-align: top;
    line-height: 15px;
    text-decoration: underline;
}

.destacadostitulo2{
    font-family: arial,helvetica,sans-serif;
    font-size: 20px;
    font-weight: bolder;
    /*color: silver;*/
    color: grey;
    height: 20px;
    border-bottom: 1px solid lightblue;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    min-width:80%;
}

.destacadostitulo{
    font-family: arial,helvetica,sans-serif;
    font-size: 20px;
    font-weight: bolder;
    /*color: silver;*/
    color: grey;
    height: 20px;
    -moz-border-radius:  0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-bottom:1px solid lightblue;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
}



.destacadoscopete{
    padding-top: 10px;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    color: grey;
    text-wrap:  normal;
    height: 40px;
    vertical-align: top;
    padding-left: 10px;
    line-height: 15px;
}

.destacadosdesarrollo{
    padding-top: 10px;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    color: black;
    text-wrap:  normal;
    height: 100px;
    vertical-align: top;
    padding-left: 10px;
    padding-right:10px;
    line-height: 20px;
}

.destacadosfecha{
    padding-top: 10px;
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
    color:black;
    text-align: right;
    vertical-align: top;
    width: 20px;
}

.destacadosvermas{
    height: 20px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
}

.comentarioimagen{
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
    color: grey;
    text-wrap: normal;
}

.destacadosimagen{
    padding-left: 5px;
}

.destacadosbotonvermas{
border:1px solid #25729a;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family:arial, helvetica, sans-serif;
padding: 10px 20px 10px 20px;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-weight:bold;
text-align: center;
color: #FFFFFF;
background-color: #3093c7;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.destacadosflotante{
    float:right;
}



.divanuncios{
    float:left;
    width: 20%;
    min-width: 200px;
    padding-top:5px;
    background-color:white;
    margin-top:0px;
    display:table-cell;
}


.divnewsletter{
    float: left;
    position: relative;
    width: 200px;
    height: auto;
    min-height: 200px;
    font-family: arial;
    font-size: 13px;
}

.bordesnotas{
    -moz-border-radius:  5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border:1px solid lightblue;
    width: 100%;
    border-padding:3px;
    border-margin:3px;
}

.bordesarriba{
    -moz-border-radius:  5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border-top:1px solid lightblue;
    padding: 2px;
}

.bordesabajo{
    -moz-border-radius:  0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border:0px 1px 0px 0px solid lightblue;
}
.divnotas{
    margin-top:4px;
    background-color:white;
    min-width:75%;
    width: 75%;
    margin-left: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float:right;
    height:auto;
    display:table-cell;


}

.titulonewsletter{
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    font-size: 12px;
    height: 30px;
}

.titulonewsletter2{
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    font-size: 10px;
    height: 20px;
}


.leyendanewsletter{
    font-size: 10px;
    font-weight: lighter;
    padding-bottom: 10px;
}

.camponewsletter{
    background-color: #f0f0f0;
    border: 1px solid grey;
    width: 180px;
    height: 25px;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    color: black;
    padding-left: 10px;
    -moz-border-radius:  5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.mensajesnewsletter{
    font-size: 10px;
    font-weight: bolder;
    color: red;
}

.camposnewsletter{
    height: 35px;
}

.divcursos{
    float: left;
    position: relative;
    display: inline;
    min-width: 190px;
    width:98%;
    height: auto;
    font-family: arial;
    font-size: 11px;
    border: 1px solid silver;
    -moz-border-radius:  5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    margin-top: 0px;
    text-align: center;
    padding:2px 2px 2px 2px;
}

.epigrafecursos{
    font-size: 10px;
    font-family: arial;

}

.titulocursos{
    font-size: 16px;
    font-weight: bolder;
    font-family: arial;
    text-align: center;
}
.fechacursos{
    font-size: 10px;
    font-family: arial;
    font-weight: bolder;
    text-align: center;
}
.botoncursos{
    border:1px solid #25729a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family:arial, helvetica, sans-serif;
    padding: 5px 20px 5px 20px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:lighter;
    text-align: center;
    color: #FFFFFF;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.divguardia{
    float: left;
    position: relative;
    display: inline;
    min-width: 190px;
    width: 100%;
    height: auto;
    font-family: arial;
    font-size: 13px;
    border: 1px solid silver;
    -moz-border-radius:  5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    margin-top: 0px;
    background-color: #D2E5EB;
}

.horarioguardia{
    font-size: 13px;
    font-family: arial;
    font-weight: normal;
    text-align: center;
    word-wrap: break-word;
    padding: 2px;
}

.divbusqueda{
	float: right;
}


.divsocialpie{
    float:right;
    margin-right: 10px;
    font-size: 9px;
}

.error{
    font-family: arial;
    font-size: 12px;
    font-weight: bolder;
    color:red;
    text-align: center;
}

.alerta{
    font-family: arial;
    font-size: 12px;
    font-weight: bolder;
    color:blue;
    text-align: center;
}


.usuarioconectado{
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #FFFF99;
    vertical-align: middle;
    border: 1px solid silver;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-top:5px;
    padding-bottom:5px;
    height:40px;
}

.resaltado{
	font-weight: bold;
}

.centrado{
	text-align:center;
}
.derecha{
	text-align:right;
	padding-right: 10px;
}

.tabla1{
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}
.tabla2{
	background-color: #FFFFCC;
}

.tablainforme{
  font-family: arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  height: 15px;
}

.resaltadotabla{
    background-color: #F0F0F0;
}

.margen{
    padding-left: 5px;
}

.italica{
    font-style: italic;
}

.leyendabusqueda{
    font-size:10px;
    font-family:arial;
    font-weight: lighter;
    padding-bottom: 20px;
}

.flotantetitulo{
    font-family: arial,helvetica,sans-serif;
    font-size: 20px;
    font-weight: bolder;
    /*color: silver;*/
    color: black;
    height: 20px;
    -moz-border-radius:  0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    /*border-bottom:1px solid lightblue;*/

}

.flotantediv{
    margin: 80 auto;
    padding: 130px;
    width:700px;
    border:1px solid;
    /*background-image: url("../img/mancha_rosa_png_by_tatiana931220-d553tws.png");*/
    /*background-image: url("../img/LI0032A.png");*/
    background-color: white;
    background-position: center;
    box-shadow: 4px 4px 7px #F9E79F;
}


.flotantetexto{
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    color: black;
    height: 14px;
}


.divwsiapos{
    float: left;
    position: relative;
    display: inline;
    min-width: 190px;
    width: 100%;
    height: auto;
    font-family: arial;
    font-size: 13px;
    border: 1px solid silver;
    -moz-border-radius:  5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    margin-top: 0px;
    background-color: #C0392B;
}

.divwscovid{
    float: left;
    position: relative;
    display: inline;
    min-width: 190px;
    width: 100%;
    height: auto;
    font-family: arial;
    font-size: 13px;
    border: 1px solid silver;
    -moz-border-radius:  5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    margin-top: 0px;
    background-color: #7B97E1;
}

.caja{
	position:flixed;
	top:10px;
	bottom:10px;
	width:40%;
	height:100%;
	overflow:auto;
}
    font-family: arial;
