/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/* base.css, part of YUI's CSS Foundation */
body {
	font-size:62.5%;
	font-family:Arial;
}
* {
	font-family:Arial;
	/*font-size:11px;*/
}

a, a:link, a:active, a:visited {
	color:#DC3840;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
}

a.enlaceTitulo {
	font-size:100%;
}

a:hover {
	text-decoration:underline;
	color:#000000;
}

a.selected, a.selected:link, a.selected:active, a.selected:visited {
	color:#DC3840;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
}

a.selected:hover {
	text-decoration:underline;
	color:#000000;
}

h1 {
  font-size:6em;  
  color:#FFFFFF;
}
h2 {
  font-size:1.6em; 
  color:#AF1E2C;
}
h3 {
  font-size:1.4em; 
  color:#AF1E2C; 
}
h4 {
	font-size:1.2em;
  color:#AF1E2C;
}
h5 {
	font-size:1.2em;
  color:#EDAD3D;
}
h6 {
	font-size:1.2em;
  color:#444444;
  clear:both;
}

h2,h3,h4,h5,h6,strong {
  font-weight:bold; 
}

strong {
	font-size:1.2em;
	/*color:#DC3840;*/
}

abbr,acronym {
  border-bottom:1px dotted #343434;
  cursor:help;
} 
em {
  font-style:italic;
  font-size:1.2em;
  color:#F8B214;
}

dl dd {
  margin-left:1em;
}
th,td {
}
th {
  font-weight:bold;
  text-align:center;
}
caption {
  margin-bottom:.5em;
  text-align:center;
}
p,fieldset,table,pre {
  margin-bottom:1em;
}
p {
	/*margin-top:1.5em;*/
	line-height:1.1em;
	float:left;
	text-align:justify;
	font-size:1.2em;
}

p.linea {
	margin:0.5em 0 1.5em 0;
}

/*input[type=text],input[type=password],textarea{width:12.25em;}*/

.p_con_clear p {
	clear: both;
}

p a {
	line-height: 1.2em;
}

.boton {
	background: none repeat scroll 0 0 #AF1E2C; 
	border: none;
	border-radius: 2px; 
	color: #FFFFFF; 
	cursor: pointer; 
	font-size: 1.2em;
	font-weight: bold; 
	margin-right: 15px; 
	text-align: center; 
	text-decoration: none; 
	padding: 5px 15px; 
}

a.boton, a.boton:link, a.boton:active, a.boton:visited {
	color: #FFFFFF; 
	font-size: 1.2em;
	text-decoration: none
}

div.enlaceTramiteSubvencion{
  	background-image: url("../_img/iconos/24x24/ico_rueda.png");
  	background-repeat: no-repeat;
  	clear: both;
  	height:24px;
  	padding-left: 10px; 
  	width:24px;
}

div.lineaEnlaceTramiteSubvencion{
	float:left;
	width:600px;
	padding-left: 20px;
    padding-top: 8px;
}

#content .audioguia {
    background-color: #AF1E2C;
    border-radius: 5px;
    float: left;
    margin-top: 20px;
    padding: 10px;
}
#content .audioguia h2 {color:#fff !important;}
#content .audioguia h3{color:#fff !important;float:right;margin-bottom: 5px;}


a.under {
    TEXT-DECORATION: UNDERLINE;
    font-size: 1em;
    color: white !important;
}

p.avisoHome {
    margin-top: 1em;
        color: white;
}