*
{
	padding:0px;
	margin:0px;
}

body{
	font-family:Verdana;
	color: #585858;
	text-decoration:none;
	text-align:justify;
}
#contenido
{
	width:955px;
	margin:auto;
	padding-top:20px;
	
}

/*================================================   HEADER  */

#header
{
	width:810px;
	height:150px;
	padding-top:10px;
	padding-left:50px;
	margin:auto;
	/*border:1px solid #000;*/
}


#imgCabecera
{
	width:500px;
	height:136px;
	float:left;
	margin-right:0px;
	/*border:1px solid #000;*/
}

#imgPortada
{
	width:100px;
	height:145px;
	float:right;
	/*border:1px solid #000;*/
}

/*================================================   // HEADER  */

/*================================================   MENU LEFT  */
#menuleft
{
	width:150px;
	height:400px;
	float:left;
}
#bannerLeft
{
	width:120px;
	height:180px;
	margin-top:40px;
	background-color:#20242D;
	text-align:center;
	cursor:pointer;
}
/*================================================   // MENU LEFT  */

/*================================================   CENTRO  */
#loadPage
{
	width:730px;
	float:left;
	padding-right:20px;
	border-right:3px dotted #25B7EA;
}
#loadIndexPage
{
	width:530px;
	float:left;
}
#indice
{
	width:530px;
	float:left;
}
hr
{
	border-top:2px solid #3A9ECE;
	margin-top:10px;
	margin-bottom:10px;
	height:2px;
	width:530px;
}

#content2parte
{
	width:490px;
	height:30px;
	padding:10px;
	margin:10px;
	border:1px dotted #000;
}

/*================================================   // CENTRO  */

/*================================================   NOTAS  */
.imagenNota
{
	border:1px solid #000000;
	width:150px;
	float:left;
	margin-right:8px;
	margin-bottom:5px;
}
.imagenNota650
{
	background-color:#eee;
	width:730px;
	margin-right:8px;
	margin-bottom:5px;
}
p
{
	font-size:12px;
	color:#585858;
	line-height:18px;
}
.parrafo
{
	font-size: 12px;
	color:#585858;
	text-align:justify;
	line-height:18px;
}

.parrafoRecuadro
{
	font-size: 12px;
	color:#fff;
	text-align:justify;
	line-height:14px;
}
.recuadroTitle
{
	font-size: 13px;
	color:#fff;
	text-align:left;
	line-height:15px;
}
.recuadroNegro
{
	background-color:#000;
	padding:10px;
}
.parrafoAudio
{
	font-size: 12px;
	color:#E22028;
	align:justify;
	line-height:18px;
}

.comillas {
	width:40px;
	height:30px;
	font-size:50px;  
  display:block;
	float:left;
	text-align:left;
	line-height:32px;
	margin-right:5px;
	top:30px;
	background-image:url(../images/buttons/comillas.gif);
	background-repeat:no-repeat;
	/* border:1px solid #000; */
}

p:first-letter {
	width:40px;
	height:30px;
	font-size:50px;  
  display:block;
	float:left;
	text-align:left;
	margin-right:5px;
	top:30px;
}

h1
{
	font-size: 22px;
	color: #27AFDF;
	text-decoration:strong;
	text-align:left;
	font-variant:small-caps;
}
h2
{
	font-size: 16px;
	color: #91D0EF;
	text-decoration:strong;
	text-align:left;
}
h3
{
	font-size: 11px;
	color: #EB3A30;
	text-decoration:none;
	text-align:left;
	padding-top:2px;
	line-height:16px;
	font-variant:small-caps;
}
h4
{
	font-size: 12px;
	color: #068f9b;
	text-decoration:none;
	text-align:left;
	padding-top:2px;
	line-height:12px;
	font-variant:small-caps;
}
h5
{
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	text-align:left;
	line-height:12px;
}
h6
{
	font-size: 9px;
	color: #000000;
	text-decoration:none;
	text-align:left;
	line-height:11px;
}

ul
{
	font-size:12px;
	color: #585858;
	text-align:justify;
	padding-left:25px;
	list-style-type:disc;
	line-height:14px;
}
li
{
	font-size:12px;
	color:#585858;
	text-align:justify;
	line-height:14px;
 /* list-style-type: disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none*/
}

a{
    font-weight:normal;
    color:#27AFDF;
    text-decoration:underline;
}
a:link
{
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}
a:hover{
    font-weight:normal;
    color:#EB3A30;
    text-decoration:none;
}

#volver
{
	width:100px;
	height:70px;
	float:right;
	padding-top:30px;
	text-align:right;
	padding-bottom:20px;
	
}

td
{
	font-size: 12px;
	color: #585858;
}

sup{
    vertical-align: baseline;
    position: relative;
    top: -1px;
}


/*================================================   // NOTAS  */

/*================================================   CONTACT  */
#formcontact
{
	text-align:center;
}

#inputtext
{
	width:210px;
 	height:15px;
 	margin:3px;
 	padding:2px;
 	border:1px solid #27B7E9;
 	font-family:Arial;
  font-weight:normal;
  font-size:11px;
  background-color:#FFEEA8;
}

#inputboton{
	width:50px;
 	height:23px;
 	margin:3px;
 	border:1px groove #27B7E9;
 	font-family:Arial;
  font-weight:bold;
  font-size:10px;
  background-color:#FFEEA8;
  cursor:pointer;
}

textarea{
	width:210px;
 	height:85px;
 	margin:5px;
 	padding:2px;
 	border:1px solid #27B7E9;
 	font-family:Arial;
  font-weight:normal;
  font-size:11px;
  background-color:#FFEEA8;
}
#buttonsForm
{
	width:220px;
 	height:60px;
}
#buttonsForm1
{
	width:55px;
 	height:30px;
 	float:right;
}
#buttonsForm2
{
	width:55px;
 	height:30px;
 	float:left;
}
/*================================================   // CONTACT  */


/*================================================    BOTONERA LEFT  */

/* set millions of background images */
.rbroundbox { background: url(../images/buttons/nt.gif) repeat; }
.rbtop div { background: url(../images/buttons/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/buttons/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/buttons/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/buttons/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent
{
	margin: 0 7px;
}

/* TEXTO DEL MENU LINKS*/
.rbcontent a
{
	color:#014697;
	font-family:Verdana;
	font-size:12px;
}

.rbcontent a:hover
{
	color:#EB3A30;
	font-family:Verdana;
	font-size:12px;
	text-decoration:underline;
}

.bulletMenu{
	color:#014697;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
}

.rbroundbox { width:120px; }

/*================================================   // BOTONERA LEFT  */


.imgcentro
{
	margin-left:20%;
	margin-top:20px;
}

/*================================================   MENU RIGHT  */

#menuRight{
	background-image:url(../images/column_right_bkgd.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-color:#EEF9FF;
	width:190px;
	height:1060px;
	margin-left:20px;
	padding:10px;
	float:left;
	/*border:1px solid #000;*/
}

.destacado{
	padding:5px;
	margin:3px;
	border-bottom:2px solid #ccc;
	text-align:left;
}

.flechasNav{
	line-height:42px;
	font-weight:bold;
	padding-bottom:0px;
	width:100%;
	position:reletive;
}

.destacado .fecha{
	color:#000;
	font-size:10px;
	font-weight:bold;
}

.destacado .titulo{
	color:#EB3A30;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

.destacado .copete{
	color:#000;
	font-size:10px;
	text-align:left;
}

.destacado .firma{
	color:#000;
	text-align:right;
	font-size:11px;
	font-weight:bold;
}

.especiales{
	font-size:16px;
	color:#585858;
	line-height:22px;
	text-align:left;
}

.tituloDestacados{
	font-size:18px;
	color:#fff;
	line-height:22px;
	float:left;
	font-weight:bold;
	padding-bottom:10px;
	text-align:center;
	width:100%;
}

/*================================================   // MENU RIGHT  */