﻿HTML
{
	color: #000;
	background-color:#2E7E3E;
	font-family: 'Trebuchet MS' , Verdana, Arial, sans-serif;
	font-size:1em;

}

BODY
{
	
	font-size: 1em;		
	color: #696969;
	padding-top: 0px;	
	font-family: 'Trebuchet MS' , Verdana, Arial, sans-serif;
	background-image: url(imagenes/fondo/fondo.jpg);
	background-color:#2E7E3E;
	background-position: center 0%;
	background-repeat: no-repeat;
}
	
H1
{
	margin: 0.5em 0px;
	font: 1.5em Arial,serif;
	font-weight:bold;	
}

H2
{
	margin: 0px 0px 0.5em;
	font: 1.25em Arial,serif;
}
H1
{
	
	color: #1C4C34;
}
H2
{
	color: #1C4C34;
}

a, a:link
{
    color: #2E7E3E;
}
a:hover
{
	text-decoration: none;
	background-color: #2E7E3E;
	color: #fff;
}

P
{
	margin: 0px 0px 1em;
	line-height: 1.5;
}



.clear
{
	clear:both;
	font-size: .1em;
}



/*
-------------------------------------------------
CONTENEDOR
-------------------------------------------------
*/






/*
-------------------------------------------------
ENCABEZADO
-----=--------------------------------------------
*/

DIV#encabezado
{
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	min-height:315px;
	width:780px;
	
}
DIV#encabezado P,
DIV#encabezado H1,
DIV#encabezado H2
{
	display:none;	
}


#encabezado .logo
{
	display:inline;		
}

#logo3d
{	 	   
	display:inline;
	
}
DIV#encabezado a.enlace:hover
{
	background-color:Transparent;
	
}




/*
-------------------------------------------------
CONTENIDO MEDIO
-------------------------------------------------
*/

#bd
{
	background-image: url(imagenes/design/rellenoFondoPrincipal.png);
	background-repeat:repeat-y;
	background-position:167px 12px;
	min-height: 562px;
		
}

#bdArriba
{

	display:none;
}



#yui-main .yui-g
{
	margin-left: 165px;
	margin-right: 0px;
	background-color:#fff;	
	min-height:630px;
	background-image:url('imagenes/design/cuerpo_fondo_medioInterior.jpg');
	background-repeat:repeat-x;
	background-position:0px 0px;
}

#yui-main
{
	padding-top: 0px;
	background-image: url(imagenes/design/enc_izq_bajomenu.png);
	background-repeat:no-repeat;
	background-position:left 400px;
}


/*
-------------------------------------------------
PIE
-------------------------------------------------
*/

#ft
{
	background-image: url(imagenes/design/pie.jpg);
	background-repeat: no-repeat;
	margin-top:0px;
	margin-left:0px;
	text-align:center;	
	color:#fff;
	font-size:0.8em;
	padding-top:5px;
	min-height:180px;	
	padding-bottom:25px;
	
}
#ft img
{
	float:right;
	margin-left:10px;
	margin-right:30px;
	
}
#ft .pieTexto
{
	margin-right: 0px;
	letter-spacing: 2px;
	margin-top:100px;
	
}
#ft .pieTexto a,
#ft .pieTexto a:link
{
	color: #b3cc02;
}
#ft .logo
{
	display:none;
}

#ft .pieTexto a:hover
{
	text-decoration: none;
	background-color: #b3cc02;
	color: #fff;
}

#ft .vcard
{
	margin-top:100px;
	font-size:1.1em;
	text-align:center;
	margin-bottom:10px;
}
#ft .vcard .fn
{
	
}
#ft .vcard .fn a,
#ft .vcard .fn a:link{
	color:#fff;
}

#ft .vcard .fn .org 
{
	font-weight:bold;	
	visibility:visible;
}
#ft .vcard .org
{
	height:1px;
}
#ft .vcard .email
{
}

#ft .vcard a.email,
#ft .vcard a.email:link
{
	color:#fff;
	font-style:italic;
	text-decoration:none;
	display:none;
}
#ft .vcard .tel .type
{
	display:none;
}
#ft .website a,
#ft .website a:link
{
	color:#fff;
	font-size:1.1em;
	text-decoration:none;
}
#ft .website a:hover
{
	text-decoration:underline;
}


#ft .geo
{
	display:none;
}



/*
-------------------------------------------------
MENU
(ver archivo VIRAZON.Pagina.Menu.css
-------------------------------------------------
*/
#menuHorizontal
{
   display:none;
}

#menuVertical
{
    float:left;
}



/*
-------------------------------------------------
CONTENIDO OFFLINE
-------------------------------------------------
*/
.contenidoOffline
{
	width: 100%;
	background-color: #95bcc1;
	text-align: center;
	background-image: url(/imagenes/offline/imagenoffline_fondo.jpg);
	background-repeat: repeat-x;
}



/*
-------------------------------------------------
CONTENIDO
-------------------------------------------------
*/
#contenido
{
    margin-left:200px;
    margin-right:200px;
    padding-left:1em;
    padding-right:1em;
    
}


/*
-------------------------------------------------
LINEA DE PUNTOS
-------------------------------------------------
*/
.lineaPuntos
{
	height:3px;
	width:90%;
	border-top: #d3d3d3 1px dotted;
}


/*
-------------------------------------------------
BOTONES LADO DERECHO
-------------------------------------------------
*/
#botoneraLadoDer
{
	width:200px;
    background-color: #CCCC99;
    float:right;
    height:100%;

}
