/* @override 
	http://www.icoval.org/css/veterinarios.css
	http://icoval.org/css/veterinarios.css
*/

/* @group Generales */
body {
	background: #efefef url(../images/fondo.gif) repeat-y center;
	font: normal 62.5%/1.6em Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 30px;
}

p {
	padding: 10px;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0;
}

a {
	line-height: 1.6em;
	color: #3480d6;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}

a:visited {
	color: #3480d6;
}

a:hover {
	color: #999;
}

a.entextos {
	line-height: 1.6em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}

a:visited.entextos {
	color: #333;
}

a:hover.entextos {
	color: #999;
}

.tabulado {
	text-indent: 100px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
}

h1 {
	font-size: 2em;
	padding: 10px 15px 10px 10px;
	font-weight: bold;
}

h1 span {
	font-size: 0.8em;
	color: #444;
	font-variant: normal;
}

h2 {
	font-size: 1.6em;
	padding: 15px 0 15px 10px;
	margin: 0;
	color: #3480d6;
	font-variant: small-caps;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 30px 0 0 0px;
	margin: 0 10px 15px 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #3480d6;
}

h5 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 10px 0 0 10px;
	color: #666;
	text-transform: uppercase;
	margin:0px;
}

.sin_subrayado {
	border-bottom: none;
	color: #3480d6;
}
.sin_subrayado a{
	cursor: s-resize;
}

h6 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	padding: 2px 0 10px 0;
	margin: 10px 10px 5px 10px;
	font-size: 11px;
	color: #66665C;
	border-top: 1px dotted #999;
}

hr.noticias {
	border: 0;
	height: 2px;
	color: #ccc;
	background-color: #ccc;
	margin: 10px 8px 15px 10px;
}



iframe {
	margin: 10px 0 0 0;
}

a.bt_mas_info {
	margin-right: 10px;
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -999em;
	background: url(../images/mas_info.png) top left no-repeat;
}

a:hover.bt_mas_info {
	background: url(../images/mas_info_over.png) top left no-repeat;
}

a.bt_play, a.bt_ciudadanos, a.bt_revista, a.bt_concurso, a.bt_adiestra {
	margin: 0;
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -999em;
}

a.bt_adiestra {
	background: url(../images/en_breve.png) top left no-repeat;
	width: 120px;
	height: 123px;
	position: relative;
	left:40px;
	top:-60px;
	margin-bottom:-90px;
}

a.bt_concurso {
	background: url(../images/concurso_ic.png) top left no-repeat;
}

a:hover.bt_concurso {
	background: url(../images/concurso_ic_over.png) top left no-repeat;
}

a.bt_ciudadanos {
	background: url(../images/ciudadanos.png) top left no-repeat;
}

a:hover.bt_ciudadanos {
	background: url(../images/ciudadanos_over.png) top left no-repeat;
}

a.bt_revista {
	background: url(../images/revista.png) top left no-repeat;
}

a:hover.bt_revista {
	background: url(../images/revista_over.png) top left no-repeat;
}

a.bt_play {
	background: url(../images/play.png) top left no-repeat;
}

a:hover.bt_play {
	background: url(../images/play_over.png) top left no-repeat;
}


img {
	border: none;
}

img.img_izquierda {
	float: left;
	border: none;
	margin: 0 10px 10px 0;
}

img.img_derecha {
	float: right;
	border: none;
	margin: 0 0 10px 10px;
}

#flotante1, #flotante2, #flotante3, #flotante4 {}

#flotante1 .ocultos,
#flotante2 .ocultos,
#flotante3 .ocultos,
#flotante4 .ocultos
{
	display: none;
	border-left: 1px dotted #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background-color: #f1f1f1;
	padding-left: 10px;
	padding-bottom: 3px;
	margin: 0 25px 10px 25px;
}

#flotante1:hover .ocultos,
#flotante2:hover .ocultos,
#flotante3:hover .ocultos,
#flotante4:hover .ocultos
{
	display: block;
}
/* @end */

/* @group Columnas */

.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px
}

.grid_3, .grid_13, .grid_16 {
	display: inline;
	float: left;
	margin: 0 8px;
}

.grid_3, .grid_13 {
	background-color: #fff;
	margin: 0 10px;
}

.grid_13 p {
	text-align: justify;
}

.grid_13 ul, .grid_13 ol {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-right: 10px;
	text-align: justify;
}

.grid_13 table ul, .grid_13 table ol {
	font-size: 1em;
	line-height: 1.6em;
}

.grid_13 ul ul, .grid_13 ol ol {
	font-size: 1em;
	line-height: 1.6em;
	list-style: none;
}

.grid_16 {
	margin: 0 10px;
}

.container_16 .grid_16 {
	width: 942px;
}

.container_16 .grid_3 {
	font-size: 1.0em;
	width: 160px;
}

span.destaca_lats{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.container_16 .grid_13 {
	width: 580px;
}

.container_16 .grid_14 {
	width: 608px;
}

.grid_14 {
	margin: 0 0 0 2px;
	display: inline;
	float: left;
}

.container_16 .grid_2 {
	width: 160px;
}

.grid_2 {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}

.degradado {
	background-position: center;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;

}

/* IE ignores styles with [attributes], so it will skip the following. */
.degradado[class] {
	background: url(../images/degradado.png) repeat-x;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.degradado_verde {
	background-position: center;
	background-color: #fff;
	border: 1px solid #3ca24c;
	margin-bottom: 10px;

}

/* IE ignores styles with [attributes], so it will skip the following. */
.degradado_verde[class] {
	background: url(../images/degradao_verde.png) repeat-x;
	background-color: #fff;
	margin-bottom: 15px;
}

.degradado_verde a{
	color:#3ca24c;
}

.degradado_verde a:hover{
	color:#999;
}

.grid_13 .degradado{
	min-height: 619px;
	height: auto !important;
	height: 619px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.revista {
    float:left;
    margin:40px 0 0 0;
    width:250px;
}

#date_alta, #pon_anuncio, #ve_anuncio, #prensa {
	font-size: 1.2em;
	margin: 10px;
	padding: 0 0 0 35px;

}

#date_alta{background: url(../images/icono_date_alta.png) no-repeat;}

#pon_anuncio{background: url(../images/icono_pon_anuncio.png) no-repeat;}

#ve_anuncio{background: url(../images/icono_ver_anuncio.png) no-repeat;}

.anuncio_solo_colegiados{color: #999;}

#prensa{background: url(../images/icono_prensa.png) no-repeat;}
/* @end */

/* @group Formularios */
#form_buscar_clinica{
	margin: 0 10px 10px 10px;
}

/* @group Forulario acceso colegiados */
#form_colegiados {
    margin: 10px 0 0 10px;
    _margin-left: 8px;
}

#form_colegiados .control{
    margin-top: 5px;
}

#form_colegiados .buttons{
    margin-top: 5px;
    margin-bottom: 5px;

}

#form_colegiados .inputs input{
    width: 130px;
}

#form_colegiados legend {
    width: 100px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    text-indent: 0;
    margin: 0 0 10px 0;
}

#form_colegiados .etiquetas {
    color: #666;
}

#form_colegiados fieldset {
    border: 0;
    /*Opera doesn't get border:none or border:0 on fieldsets */
    width: 100px;
    margin: 0;
    padding: 0 0 3px 0;
}
/* @end */

#conectado {
    margin: 10px 5px 10px 5px;
}

/* @group Formulario sugerencias */
#form_sugerencias {
    margin: 10px 0 0 10px
}

#form_sugerencias fieldset {
    border: 0;
    width: 500px;
    margin: 0;
    padding: 0 0 3px 0
}

#form_sugerencias legend {
    text-indent: -999em;
}

#form_sugerencias .control {
    margin-bottom: 20px
}

#form_sugerencias .buttons {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 140px;
}

#form_sugerencias .inputs {
    float: left;
}

#form_sugerencias .inputs input {
    width: 280px;
    color: #333;
    margin: 3px;
    border: 1px solid #999;
    padding: 3px 8px;
}

#form_sugerencias .etiquetas {
    font-size: 13px;
    text-align: right;
    margin-right: 10px;
    float: left;
    color: #666;
    width: 130px;
}

#form_sugerencias textarea {
    color: #333;
    margin: 3px;
    width: 280px;
    height: 100px;
    border: solid 1px #999;
    padding: 3px 8px;
}

#form_sugerencias p {
    font-size: 11px;
    color: #333;
}

/* @end */

/* @clinicas */
#clinica {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

#clinica .form_field {
    margin-top: 10px;
}

#clinica label {
    display: inline-block;
    width: 140px;
    text-align: right;
    margin-right: 3px;
}

#clinica .form_field input {
    width: 200px;
}

#clinica .form_field input.largo {
    width: 270px;
}

#clinica .form_field input.corto {
    width: 100px;
}

#clinica .form_submit {
    margin-top: 15px;
    margin-left: 145px;
}

#gastos_envio{
	margin: 20px 0;
	border: 1px solid #3480d6;
	background-color: #ddedff;
}

p#gastos_envio{
	font-size: 1.6em;
	font-weight: bold;
}

/* @end */

/* @noticias */
#libro,
#eventos
{
    color: #333;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.form_field
{
    margin-top: 5px;
}

#eventos label
{
    font-weight: bold;
    display: block;
}

#libro .form_cancel,
#eventos .form_cancel
{
    display: inline-block;
}



#eventos textarea
{
    width: 98%;
    height: 80px;
}

#eventos .form_field input {
    width: 98%;
}

#libro .form_field .corto,
#eventos .form_field .fechas {
    width: 120px;
}

#categorias {
    font-size: 9px;
}

#categorias ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

#categorias ul a {
    color: #666;
}

#categorias ul a:hover {
    color: #3480d6;
}

/* @end */

/* @Formularios */
#inscripcion_temporal,
#triquinosis,
#peritos,
#cambiar_secreto,
#alta_colegiado,
#frm_colegiado,
#cuenta_usuario
{
    color: #333;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}


#cambiar_email,
#forgot_pass
{
    margin: 5px;
    font-size: 13px;
    color: #333;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#eventos fieldset,
#alta_colegiado fieldset,
#frm_colegiado fieldset,
.form-inline fieldset,
.form-block fieldset,
#cuenta_usuario fieldset
{
    border: 1px solid #999;
    border-width: 1px 0 0 0;
    margin-top: 15px;
}


#eventos legend,
#alta_colegiado legend,
#frm_colegiado legend,
.form-inline legend,
.form-block legend,
#cuenta_usuario legend
{
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
    font-weight: bold;
}

#libro .form_submit,
#triquinosis .form_submit,
#peritos .form_submit,
#cambiar_email .form_submit,
#forgot_pass .form_submit,
#cambiar_secreto .form_submit,
#alta_colegiado .form_submit,
#frm_colegiado .form_submit,
.form-inline .form_submit,
#cuenta_usuario .form_submit
{
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}


#libro .form_field label,
#inscripcion_temporal .form_field label,
#cambiar_secreto .form_field label,
#alta_colegiado .form_field label,
#frm_colegiado .form_field label,
.form-inline .form_field label,
#cuenta_usuario .form_field label
{
    display: inline-block;
    width: 140px;
    text-align: right;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.form-inline .form_field label {
	width: 175px;
}

#libro .form_field input,
#cambiar_secreto .form_field input,
#alta_colegiado .form_field input,
#frm_colegiado .form_field input,
#cuenta_usuario .form_field input,
.form-inline .form_field input,
#alta_colegiado .form_field textarea
{
    width: 270px;
    height: 18px;
    margin:2px 5px;
    border: 1px solid #999;
}

#cambiar_email .form_field label,
#forgot_pass .form_field label,
#cambiar_email .form_field input,
#forgot_pass .form_field input {
    width: 290px;
    display: block;
    margin-top: 5px;
}

#colegiado .form_field .field_value {
    display: inline;
    margin-left: 5px;
}

#staff_menu ul,
#peritos ul,
#triquinosis ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

#peritos li {}

#peritos .comarcas,
#triquinosis .comarcas
{
    display: inline-block;
}

.form-inline .form_field .corto {
	width: 45px;
}

.feedback {
	text-align: center;
    list-style: none;
	padding: 3px;
	border: 1px solid red;
	background-color: #ffc0ca;
	margin: 15px;
	line-height: 1.8em;
	font-size: 1.3em;
}

p.prohibido{
	font-variant: small-caps;
	font-weight: bold;
}
/* @end */

/* @biblioteca */
#ficha_libro div {
    font: normal 1.5em Arial, Helvetica, sans-serif;
    margin-left: 30px;
}

#lista_libros table {
    width: 98%;
}
/* @end */

/* @group Tablas */
table {
    font-size: 1.3em;
    line-height: 1.6em;
    color: #333;
    border-collapse: collapse;
    text-align: left;
    margin: 10px;
}

caption {
    padding-top: 1em;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #333;
    background: transparent;
    border-bottom: 1px solid #3480d6;
}

.par {
    background: #f6f6f6;
}

.tit_tabla {
    background: #e8e8e8;
    border-bottom: 1px solid #3480d6;
}

td, th {
    padding: 5px;
}

thead,
tbody tr th,
tbody tr td {
    border-bottom: 1px dotted #3480d6;
}

tbody tr:hover td, tbody tr:hover th {
    border-bottom: 1px solid #3480d6;
}

tbody tr:hover {
    color: #333;
    background: #afd5ff;
}

thead {
	font-weight: bold;
}
/* @end */

/* @group Barra navegación */
#navwrap {
    left: 0;
    background: #3480d6;
    width: 100%;
    height: 30px;
    padding: 0;
    position: relative;
    z-index: 100;
}

ul#nav {
    margin: 0 0 0 4px;
    padding: 2px 0 0 0;
    list-style: none;
    font-size: 13px;
}

/* --- Raiz --- */

ul#nav span.subject,
ul#nav span.privada
{
	cursor: default;
}

ul#nav li {
	position: relative;
	float: left;
	margin: 5px 3px 0 5px;
	padding: 0;
	display: inline;
	list-style: none;
}

ul#nav li a {
	padding: 0 4px;
	float: none !important;
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
}

ul#nav li span.subject,
ul#nav li span.privada
{
	padding: 0 4px;
	float: none !important;
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	line-height:1.6em;
	font-weight:bold;
	text-decoration:none;
	padding:0;
}

ul#nav ul {
	margin: 0;
	padding: 0;
	width: 145px;
	display: none;
	position: absolute;
	top: 18px;
	border-bottom: 4px solid #3480d6;
	padding-top: 7px;
	left: 0;
}

ul#nav ul:after {
    /* IE 7 */
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

ul#nav ul li {
    margin: 0;
    padding: 0;
    width: 145px;
    border-bottom: 1px solid #afd5ff;
    background: #4da5e5;
}

ul#nav ul li a,
ul#nav ul li span.subject,
ul#nav ul li span.privada,
ul#nav ul ul li a {
    font-size: 11px;
    font-weight: normal;
    color: #666;
    padding: 18px 4px 2px 10px;
    margin: 0;
    color: white;
}

ul#nav ul li span.privada {
	color: #ccc;
	background:url(../images/candado.png) top left no-repeat;
	margin: 10px;
	padding: 0 0 0 18px;
}

ul#nav ul li ul li span.privada {
	color: #666;
	background:url(../images/candado.png) top left no-repeat;
	margin: 10px;
	padding: 0 0 0 18px;
}

/* Ocutar el tooltip de los enlaces privados */
ul#nav span.privada span {
	display: none;
}

/* Mostrar el tooltip de enlaces privados (cuando hover) */
ul#nav span.privada:hover span {
	display:block;
	position:absolute;
	top: 3em;
	left: 4em;
	width:150px;
	text-align: center;
	/*border: 1px solid #0033cc;*/
	background-color: #ffffcc;
	color: #000000;
	padding: 2px;
	z-index: 1000;
}

ul#nav ul li a:hover,
ul#nav ul li.sfhover,
ul#nav ul li li a:hover,
ul#nav ul li li.sfhover {
    display: block;
    background: #fff;
    color: #000;
}

/* 3 Nivel (Horizontal) */

ul#nav ul li ul {
    margin: 0;
    padding: 0;
    width: 145px;
}

ul#nav ul ul,
ul#nav ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 145px;
}

ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.sfhover ul ul,
ul#nav li.sfhover ul ul ul {
    display: none;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.sfhover ul,
ul#nav ul li.sfhover ul,
ul#nav ul ul li.sfhover ul {
	display: block;
}

ul#nav ul ul li {
	background-color: #afd5ff;
	border-bottom: 1px solid #fff;
}

ul#nav ul ul li a,
ul#nav ul ul li span.subject {
	color: #333;
}

ul#nav ul ul ul li {
	background-color: #ddedff;
	border-bottom: 1px solid #fff;
}

hr.navegacion {
	border: 0;
	height: 3px;
	width: 942px;
	color: #3480d6;
	background-color: #3480d6;
	margin: 2px 8px 15px 0px;
}

/* @end */

/* @group Pie */

.pie {
    border-top: 3px solid #3480d6;
    margin: 40px 0 0 0;
    padding-left: 40px;
    height: 100px;
}

.pie p {
    font-size: 1em;
    float: left;
    color: #787878;
    border-left: 1px solid #3480d6;
    padding: 10px 420px 0 10px;
    margin: 0;
}

.pie a {
    float: left;
    color: #787878;
    text-decoration: none;
    margin: 0 30px 0 10px;
    padding: 5px 0 0 10px;
    border-left: 1px solid #3480d6;
}

.pie a:hover {
    color: #333;
    text-decoration: underline;
}

.firma{
	font-size: 1em;
}

.firma p, .firma a{
	color: #ccc;
}

.firma a:hover{
	color: #3480d6;
}

/* @end */

#grid-admon {
	display: inline;
	float: left;
	margin: 0 8px;
	padding: 5px;
	width: 750px;
	font-size: 1.2em;
}

#gestion-nav {
	list-style: none;
	margin: 0;
	padding: 5px;
	padding-right: 10px;
	width: 230px;
	border-right: 1px solid gray;
	float: left;
}

#node-info {
	margin-left: 245px;
	padding-left: 10px;
	border-left: 1px solid gray;
	float: none;
}

#gestion-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1#seccion-menu {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
}

#node-info h2 {
	margin-left: 0px;
	padding-left: 0px;
}

#nodo {
	margin-top: 20px;
	margin-bottom: 20px;
}

#nodo .form_field {
	margin: 10px;
}

#nodo label {
	display: inline-block;
	width: 70px;
	text-align: right;
	margin-right: 5px;
}

#nodo .form_buttons {
	margin-top: 5px;
	margin-left: 90px;
}

#nodo #titulo {
	width: 300px;
}

.action-menu-der {
    text-align: right;
    margin: 10px;
    padding: 5px;
    font-size: 1.2em;
}

table.listados {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}

div#materiales h2{
    padding: 15px 0 15px 0;
    margin: 0;
}

div#materiales table.listados tbody tr td.der a{
    margin: 0;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icono_cesta.png) top left no-repeat;
}

div#materiales table.listados tbody tr td.der a:hover{
	background: url(../images/icono_cesta_over.png) top left no-repeat;
}


.form_cancel {
	display: inline;
	margin-left: 5px;
}

#menu-admon {
	margin: 5px;
}

#menu-admon ul {
	margin-left: 10px;
}

#main-content,
#ficha_clinica {
	margin: 15px;
}
#main-content h1,
#ficha_clinica h1 {
	padding: 0;
	margin-bottom: 15px;
}

#ficha_clinica {
	font-size: 1.3em;
	line-height: 1.6em;
}

#ficha_clinica #mapa {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

#editor {
	margin-top: 10px;
}

#buscar_usuario .form_field {
	float: left;
	margin: 0px;
	margin-right: 5px;
}

#buscar_usuario .form_buttons {
	float: none;
}

.form-block {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.form-block .form_field {
	margin-top: 10px;
}

.form-block .form_buttons {
	margin-top: 15px;
}

.form-block label {
	display: block;
	font-size: 10pt;
	margin-bottom: 3px;
}

label.inline {display: inline;}

.form-block .largo {width: 98%;}
.form-block .medio {width: 49%;}
.form-block .corto {width: 25%;}

.form-block textarea {
	height: 75px;
	width: 98%;
}

#bases label,
#bases input
{
    vertical-align: middle;
}

td.der {
	text-align: right;
}

.form_submit{
	margin-top: 10px;
	text-align: center;
}

.form_submit input{
	margin-right: 10px;
	background-color: #efefef;
	border: 1px solid #999;
	color: #666;
	padding: 2px;
}

.form_submit input:hover{
	background-color: #efefef;
	border: 1px solid #3480d6;
	color: #3480d6;
}

.form-importante {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

#submit_clasificado {
	width: 325px;
	margin-left: auto;
	margin-right: auto;
}

#submit_clasificado select,
#submit_clasificado .largo
{
	width: 300px;
}

#submit_clasificado .form_buttons {
	margin-left: 100px;
}

#submit_clasificado textarea {
	width: 300px;
	height: 150px;
}

.categoria {
	float: left;
	width: 30%;
	margin: 1%;
}

.anuncio {
	border: 1px dashed gray;
	font-size: 1.2em;
	line-height: 1.8em;
	width: 520px;
	margin: 10px;
	padding: 3px;
}

.anuncio strong{
	color: #3480d6;
	font-size: 1.1em;
}

#galeria {
	width: 500px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
        display: block;
        text-align: center;
}

.thumb {
        float: left;
        margin: 4px;
	padding: 5px;
        width: 230px;
        height: 230px;
}

#imagen {
	width: 540px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#imagen img {
	width: 540px;
}

#player {
	margin-top: 15px;
	margin-bottom: 15px;
}

span.label {
	font-weight: bold;
	margin-left: 20px;
	font-size: 1.3em;
}

span.info {
	font-size: 1.3em;
}

.opinion {
	border-bottom: 1px dashed gray;
	border-top: 1px dashed gray;
	margin: 30px;
	padding: 5px;
}

.opinion .acciones {
	padding: 3px;
	text-align: right;
}

.listado-bloques {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3em;
	line-height: 1.8em;
}


.listado-bloques .listados div.curso div.titulo a {
	font-size: 1.2em;
}

.listado-bloques .listados div.curso div.fechas span {
	font-weight: bold;
}

.listado-bloques .item {
	/*border-top: 1px solid gray;*/
	border-bottom: 1px solid gray;
	margin: 15px;
	padding: 3px;
}

.listado-bloques .fechas {
	text-align: left;
}

.listado-bloques .titulo {font-size: 1.2em;}

#confirmar {
	margin-top: 15px;
	text-align: right;
}

fieldset.inline .form_field {
	display: inline-block;
	margin: 15px;
}

#ficha-colegiado {
	font-size: 1.2em;
}

#ficha-colegiado h2 {
	margin-top: 15px;
	padding: 0;
}

#ficha-colegiado .campo {
	margin-top: 10px;
	margin-bottom: 10px;
}

#ficha-colegiado .etiqueta {
	display: inline-block;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	vertical-align: top;
}

#ficha-colegiado .valor_campo {
	display: inline-block;
}

#activar-cuenta {
    float: right;
    margin-left: 15px;
}

#activar-cuenta a {
    border: 1px solid gray;
    background-color: #EFEFEF;
    padding: 4px;
}

#img-siguiente {  
	width: 33%;
    height: 22px;
    text-align: right;
    float: right;
    background: url(../images/flecha_avance.png) no-repeat right;
    padding: 0 25px 0 0;
}

div#img-siguiente a{
	    text-indent: 999em;
}


#img-anterior {
    width: 33%;
    text-align: left;
    float: left;
}

#votar {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
}

#action-pie {
    margin-top: 15px;
    font-size: 10pt;
}

.oculto {
    visibility: hidden;
}

.ayuda {
    margin: 5px 0px 5px 0px;
    font-size: 9pt;
    color: #d68a33;
}

.centrado{
    text-align: center;
    font-size: 1.3em;
}

#votacion{
    margin-top: 15px;
}

/* @group concurso */

h1#tit_concurso{
	font-size: 2.6em;
	line-height: 1.4em;
	margin: 12px auto 10px 12px;
	padding: 20px 25px 0 145px;
	width: 381px;
	height: 133px;
	background: url(../images/concurso_fotos.png) no-repeat;
}

h1#tit_concurso span{
	font-size: 1em;
	color: #fff;
}

ul#menu_concurso{
	list-style: none;
	font-size: 1.8em;
}

li#bases, li#m_libre, li#m_vet, li#concursar{
	padding: 32px 0 0 80px;
	line-height: 1em;
	height: 100px ;

}

li#bases{
	background: url(../images/conc_bases.png) no-repeat;
}

li#m_libre{
	background: url(../images/conc_mlibre.png) no-repeat;
}

li#m_vet{
	background: url(../images/conc_mvet.png) no-repeat;
}

li#concursar{
	background: url(../images/conc_participa.png) no-repeat;
}

li#bases span, li#m_libre span, li#m_vet span, li#concursar span{
	color: black;
}


/* @end */