#textosCuadrosInicio{
	padding-left:10px;
	padding-right:10px;
	height:108px;
	text-align:justify;
}

#textosPaginas{
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}

#textoTablet{
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}

#textoCaracteristicasTablet{
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}

#tituloSeccion{
	padding-left:15px;
	padding-top:8px;
}

#tituloNoticia{
	padding-left:15px;
	padding-top:4px;
	padding-bottom:4px;
}

.tituloBlanco{	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#FFF;
	font-style:inherit;
	text-decoration:none;
}

.tituloPatrocinadores{	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#4a4aff;
	font-style:inherit;
}

.textoNegro{		
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;
	color:#000;
}

.textoTabletNegro{		
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#000;
}

.textoCaracteristicasTabletNegro{		
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#039;
}

.textoNegroInscripcion{		
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	color:#000;
}

.textoBlancoInscripcion2{		
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	color:#fff;
}

.textoBlancoInscripcion{		
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	color:#fff;
}
.textoBlancoInscripcion:link{
	text-decoration:none;
	color:#FFF;
}
.textoBlancoInscripcion:visited{
	text-decoration:none;
	color:#FFF;
}
.textoBlancoInscripcion:hover{
	text-decoration:underline;
	color:#FFF;
}

.textoNoticia{		
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#000;
}

.textoInteriorNoticia{	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#536c7a;
}

.link:link{
	color:#06F;
	text-decoration:none;
}

.link:visited{
	color:#06F;
	text-decoration:none;
}

.link:hover{
	color:#06F;
	text-decoration:underline;
}

.link2:link{
	color:#FFF;
	text-decoration:none;
}

.link2:visited{
	color:#FFF;
	text-decoration:none;
}

.link2:hover{
	color:#600;
	text-decoration:none;
}

.textoBlanco{	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
}

#jornadas{
	padding-right:15px;
	padding-top:5px;
	padding-left:15px;
	text-align:justify;
}


.arrowgreen{
	width: 248px; /*width of menu*/
	text-align:left;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 24px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #000;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

/*- Menu 2--------------------------- */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 	
#menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	width: 248px;
	margin: 10px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #3688BA;
	display: block;
	background: #edede5 url(../images/menu22.gif) no-repeat;
	padding: 8px 0 0 40px;
	}
	
#menu2 li a:hover {
	color: #3688BA;
	background:  #d8d5d1 url(../images/menu22.gif) 0 -32px no-repeat;
	padding: 8px 0 0 42px;
	}
	
.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 140px; /*default  width of main box */
border: 1px solid black;
position: relative;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background-color: #F0F0F0;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 180px; /*default width of drop down menu*/
border: 1px solid black;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #fff7d1;
border-bottom: 1px solid black;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #ffe469;
}

