/* 

 * Archivo de estilos de microsite para la kedada subflash de la península ibérica

 * 2005 www.subflash.com

 * This is a script under GNU LGPL license www.gnu.org.

 * @author: Alejandro Sánchez Marcos alex_en_electroduendes_dot_com

 * @author: Marcos González Sancho

 *

 */



body 
{
	margin: 0;
	padding: 0;

	background: #266785 url(../img/bg.jpg) center top ;
	
	color: #ffffff;
	font-size: small;
	font-family: Arial, Tahoma, Geneva, sans;
	text-align: center;

	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradien  tType=0,startColorStr=white,endColorStr=Black)  ;*/
}



/* REDEFINICIÓN DE ETIQUETAS */

form, img 
{
	border: 0; 
	margin: 0; 
	padding: 0;
}



br
{
	font-size: x-small;
}

h2
{
	margin: 0px;
	padding-left: 26px;
	padding-bottom: 8px;

	font-family: "Trebuchet MS","MS Sans Serif",  "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-size: large;
	color:#266785;

	background:  url(../img/mayorque.gif) left top no-repeat ;
}

h3
{
	margin: 0px;
	padding: 0px;

	font-family: "Trebuchet MS","MS Sans Serif",  "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-size: medium;
	color:#266785;
}

h4
{
	margin: 0px;
	padding: 0px;

	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight:bold;
	color:#333;
}

/* DISPOSICION VISUAL */

#header 
{
	margin: 0 auto;

	background: url(../img/cabecero.gif) no-repeat;

	height: 120px;
	width: 685px;

	text-align:center
}



#contenido 
{
	background: url(../img/barrasuperior.gif) no-repeat;

	margin: 0px auto;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;

	width: 644px;
	/* min-height: 500px;*/
	height:100%;

	text-align:left;
	background-color:#FFFFFF;
	font-family: Arial, sans;
	font-size: small;
	font-style: normal;
	color: #333333;

	/*border:1px solid #000000;*/
}

#info
{
	float:left;
	
	width: 450px;
	
	margin-right: 10px;
}

#inscritos
{
	float: left;
	
	width: 170px;
	
	padding-left: 10px;
	
	font-size: x-small;
	color: #999;
}

#inscritos ul li
{
	margin-left: -10px;
	list-style-type: none;
	list-style-position:outside;
	list-style-image:url(../img/user.gif);
}

#espacio
{
	font-size: xx-large;
}

#menu 
{
	margin: 0 auto 5px 0;
	padding: 0;

	text-align:center
}

#menuAbajo
{
margin: 0 auto;

height:90px;
width: 684px;

text-align:center;
padding-top:65px;
vertical-align:top;
/*background:  url(../img/logopixl.gif) center bottom no-repeat ;*/
background: #ffffff url(../img/barrainferior.gif) center top no-repeat;
/*border:1px solid #000000;*/
}

/* clases para los textos*/

.cuerpo 
{
	font-family: Arial, sans;
	font-size: xx-small;
	font-style: normal;
	color: #333333;
}



.titulo 
{
	margin: 0px;
	padding: 0px;

	font-family: "Trebuchet MS","MS Sans Serif",  "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-size: x-large;
	color:#266785;
}



.titulo2 
{
	margin: 0px;
	padding: 0px;
	
	font-family:  "Trebuchet MS","MS Sans Serif", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-size: large;
	color:#266785;
}



.menuItem
{
	margin: 0 30px;
	padding: 0px;

	font-family:  verdana;
	font-size: x-small;
	font-weight: bold;
	color:#ffffff;
}

.menuItemAbajo
{
	margin: 20px;
	padding: 0px;

	font-family:  verdana;
	font-size: 10px;
	font-weight: normal;
	color:#333333;
}

a.menuItemAbajo 
{
	text-decoration:none;
}	

a.menuItemAbajo:hover
{
	color:#266785;
}	




/* ENLACES */

a.menuItem 
{
	text-decoration:none;
}

a.menuItem:link 
{
	color: #ffffff;
	text-decoration:none;
}



a.menuItem:hover	
{
	color: #E8E8E8;
	text-decoration:none;
}



a.enlace
{
	text-decoration:none;
}

a.enlace:link 
{
	color: #333333;
	text-decoration:none;
}



a.enlace:hover	
{
	color: #266785;
	text-decoration:underline;
}

a.cuerpo
{
	font-size: small;
}

a.cuerpo:link 
{
	color: #000000;
	text-decoration:none;
}

 a.cuerpo:hover
 {
 	color: #266785;
	text-decoration:none;
}






