*
{
	margin: 0;
/*zero out margin*/
	padding: 0;
/*zero out padding*/
}
HTML, BODY
{
	height: 100%;
/*gives layout 100% height*/
	overflow: inherit;
/*triggers 100% height in Opera 9.5*/
	background: #DDDDDD;
	background-image: url(../img/template/texture.jpg);
	background-repeat: repeat-x;
}
BODY A
{
	color: none;
}
#wrapper
{
	min-height: 100%;
/*gives layout 100% height*/
	width: 998px;
/*centered div must be given a width*/
	margin: 0 auto;
/*centers #wrapper*/
}

#wrapper IMG
{
	border:none;
}

* HTML #wrapper
{
	height: 100%;
/*IE6 treats height as min-height*/
}
#footer
{
	clear: both;
	height: 20px;
	width: 998px;
/*centered div must be given a width*/
	margin: 10px auto 0;
/*-80px sucks it back in & auto centers it
background:#999;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	font-weight:normal;
}
#footer A
{
	color: #333;
	text-decoration: none;
}

#footer A:hover
{
	color: #333;
	text-decoration: underline;
}
#header
{
	float: left;
	height: 99px;
	width: 998px;
	background-image: url(../img/template/logo-top.jpg);
	background-repeat: no-repeat;
}
#logo
{
	float: left;
	height: 69px;
	width: 998px;
}
#TLEFT
{
	float: left;
	height: 69px;
	width: 226px;
}
#login
{
	float: left;
	height: 21px;
	width: 211px;
	margin-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	background-image: url(../img/template/bg_log.png);
	text-align: center;
	padding-top: 3px;
}
#login A:link
{
	color: #CCC;
}
#login A:visited
{
	color: #CCC;
}
#login A:hover
{
	color: #FFF;
}
#press
{
	float: left;
	height: 40px;
	width: 95px;
	margin-left: 70px;
	margin-top: 1px;
	margin-bottom: 4px;
}
#press IMG, #press A
{
	border: none;
	margin-bottom:-2px;
	margin-left: 0px;
	margin-top:0px;
	margin-right: 0px;
}
#marco
{
	float: left;
	height: 69px;
	width:552px;
}
#entradas-bus
{
	float: left;
	height:51px;
	width:222px;
	margin-left:-20px;
	margin-top:11px;
	padding: 0px;
}
#entradas-bus img
{
	border: none;
	margin-bottom:-2px;
}
#topmenu
{
	float: left;
	height: 30px;
	width: 976px;
	margin-left: 11px;
	margin-right: 11px;
}
#topmenu-1
{
	float: left;
	height: 30px;
	width: 453px;
}
#topmenu-1 IMG
{
	border: none;
	margin-right: -5px;
}
#topmenu-space
{
	float: left;
	height: 30px;
	width: 83px;
}
#topmenu-2
{
	float: left;
	height: 30px;
	width: 439px;
}
#topmenu-2 IMG
{
	border: none;
	margin-right: -5px;
}
#center-home
{
	float: left;
	height: 467px;
	width: 978px;
}

/* the overlayed element */
div.overlay2 {
	display:none;
	/*growing background image*/
	background-image:url(../img/overlay/vina.png);
	width:auto;
	height:auto;
	background-color:#fff;
	border:1px solid #CCC;
	-moz-border-radius:5px;
	/*some padding to layout nested elements nicely */
	padding:10px;
	/*a little styling*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
}

/* default close button positioned on upper right corner */
div.overlay2 div.close {
	background-image:url(../img/overlay/close2.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.overlay2 div.close:hover
{
	background-image:url(../img/overlay/close.png);
}

/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap2 {
	float:left;
	width:640px;
	height:auto;
}

/***********************************************************************************************************************************************************************************/
/*  ESTILOS PARA MANDAR PETICIONES DE AMISTAD */

div#proceso_peticion
{
	float:left;
	width:570px;
	height:auto;
	margin-top:20px;
	margin-left:35px;
	font-size:11px;
}

div#alerta_ok
{
	float:left;
	width:300px;
	height:20px;
	margin-left:190px;
	margin-top:160px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#900;
}

div.centrar_peticion
{
	margin-left:auto;
	margin-right:auto;
	width:640px;
	height:auto;
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000;
}

div#thumb_peticion
{
	float:left;
	width:130px;
	height:130px;
	border:1px solid #FFF;
	-moz-border-radius:5px;
}

	div#thumb_peticion img
	{
		float:left;
		margin-top:5px;
		margin-left:5px;
		border:1px solid #999;
	}

div#datos_peticion
{
	float:left;
	width:428px;
	min-height:130px;
	margin-left:10px;
	text-align:left;
}

div#datos_peticion_int
{
	float:left;
	width:578px;
	min-height:130px;
	text-align:left;
}


	div#usuario_peticion
	{
		float:left;
		width:240px;
		height:20px;
		margin-top:5px;
		font-family: Georgia;
		font-weight:bold;
		font-size:20px;
	}
	
	
		div#usuario_peticion_int
	{
		float:left;
		width:390px;
		height:20px;
		margin-top:5px;
		font-family: Georgia;
		font-weight:bold;
		font-size:20px;
	}
	
	div#sexo_peticion
	{
		float:left;
		width:188px;
		height:20px;
		text-align:right;
		margin-top:5px;
	}
	
	div#provincia_peticion
	{
		float:right;
		width:188px;
		height:20px;
		text-align:right;
	}

	div#titulo_peticion
	{
		float:left;
		width:428px;
		height:15px;
		margin-top:5px;
		font-size:12px;
		border-bottom:1px solid #ccc;
	}
	
	
	div#msg_peticion
	{
		float:left;
		width:428px;
		height:54px;
		margin-top:10px;
	}
	
	div#msg_peticion_int
	{
		float:left;
		width:568px;
		height:65px;
		padding:5px;
		margin-top:10px;
		background-image:url(../img/amigos/bg_peticiones_desk.png);
	}
	
	
	div#container-peticione_int
	{
		float:left;
		width:578px;
		margin-left:10px;
	}
	
	
	div#msg_peticion2
	{
		float:left;
		width:428px;
		height:80px;
		margin-top:10px;
		background-color: #FFF;
	}

div#perfiles_peticion
{
	float:left;
	width:570px;
	min-height:80px;
	margin-top:10px;
}

	div#titulo_peticion2
	{
		float:left;
		width:570px;
		height:20px;
		margin-top:5px;
		font-size:12px;
		text-align:left;
		border-bottom:1px solid #ccc;
	}
	
	div#titulo_peticion_int
	{
		float:left;
		width:578px;
		height:20px;
		margin-top:5px;
		font-size:11px;
		text-align:left;
		border-bottom:1px solid #ccc;
	}
	
	div#img_perfiles
	{
		float:left;
		width:570px;
		height:auto;
		margin-top:5px;
	}
	
	span.solo_basico
	{
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		font-weight:normal;
		color:#900;
	}
	
	div.bg_perfil1
	{
		float:left;
		width:110px;
		height:65px;
		font-family:Georgia;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		color:#000;
		line-height:38px;
		background-image:url(../img/amigos/perfiles/bg_perfil1.png);
	}
	
	
	div.bg_perfil1:hover
	{
		cursor:pointer;
		background-image:url(../img/amigos/perfiles/bg_perfil2.png);
	}
	
	div.bg_perfil2
	{
		float:left;
		width:110px;
		height:65px;
		font-family:Georgia;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		color:#000;
		line-height:38px;
		background-image:url(../img/amigos/perfiles/bg_perfil3.png);
	}
	
	div.bg_perfil2:hover
	{
		cursor:pointer;
	}
textarea#msg_envio
{
	width:418px;
	height:46px;
	padding:4px 4px 4px 4px ;
	border:1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	background-image:url(../img/overlay/in-area2.png);
	background-repeat:no-repeat;
}



/***********************************************************************************************************************************************************************************/

/*Denunciar video - audio - fotos*/
div#denuncia-container{
	color:#333;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	height:170px;
	padding-top:220px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:2px;
	background-image:url(../img/template/stop.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}
div.denuncia-form{
	float:left;
	padding:5px;
	}
	
div.denuncia-form SELECT{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	border:solid 1px #999;
	}
	
div.denuncia-form TEXTAREA{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	border:solid 1px #999;
	width:370px;
	}
	
form#denunciar{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	cursor:pointer;
	margin-top:10px;
	margin-bottom:10px;
	background:none;
	border:none;
}
#msg-denuncia{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}

/* the overlayed element */
div.overlay_ventajas {
	display:none;
	/*growing background image*/
	background-image:url(../img/overlay/vina.png);
	width:auto;
	height:auto;
	background-color:#fff;
	border:1px solid #CCC;
	-moz-border-radius:5px;
	/*some padding to layout nested elements nicely */
	padding:10px;
	/*a little styling*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

/* default close button positioned on upper right corner */
div.overlay_ventajas div.close {
	background-image:url(../img/overlay/close2.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.overlay_ventajas div.close:hover
{
	background-image:url(../img/overlay/close.png);
}

/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap {
	float:left;
	width:800px;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-align:justify;
}

div#ventajas
{
	float:left;
	width:740px;
	height:auto;
	padding:10px;
	background-color:#e7e7e7;
	margin-left:20px;
}

div#centrarrrr
{
	float:left;
	width:740px;
	height:20px;
	margin-left:20px;
	margin-top:5px;
	text-align:center;
}

/* the overlayed element */
div.overlay_msg {
	display:none;
	/*growing background image*/
	background-image:url(../img/overlay/vina.png);
	width:auto;
	height:auto;
	background-color:#fff;
	border:1px solid #CCC;
	-moz-border-radius:5px;
	/*some padding to layout nested elements nicely */
	padding:10px;
	/*a little styling*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	/* growing background image */
}

/* default close button positioned on upper right corner */
div.overlay_msg div.close {
	background-image:url(../img/overlay/close2.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.overlay_msg div.close:hover
{
	background-image:url(../img/overlay/close.png);
}

/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap_msg {
	float:left;
	width:570px;
	height:auto;
}

div.fondo_msg_overlay
{
	float:left;
	width:570px;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	color:#000;
}

div#proceso_msg_overlay
{
	float:left;
	width:570px;
	height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#900;
	text-align:center;
}

div#thumb_msg_overlay
{
	float:left;
	width:130px;
	height:130px;
	border:1px solid #FFF;
	-moz-border-radius:5px;
}

	div#thumb_msg_overlay img
	{
		float:left;
		margin-top:5px;
		margin-left:5px;
		border:1px solid #999;
	}

div#datos_msg_overlay
{
	float:left;
	width:428px;
	min-height:130px;
	margin-left:10px;
	text-align:left;
}
	div#usuario_msg_overlay
	{
		float:left;
		width:240px;
		height:20px;
		margin-top:5px;
		font-family: Georgia;
		font-weight:bold;
		font-size:20px;
	}
	
	div#sexo_msg_overlay
	{
		float:left;
		width:188px;
		height:20px;
		text-align:right;
		margin-top:5px;
	}
	
	div#provincia_msg_overlay
	{
		float:right;
		width:188px;
		height:20px;
		text-align:right;
	}

	div#titulo_msg_overlay
	{
		float:left;
		width:428px;
		height:15px;
		margin-top:5px;
		font-size:12px;
		border-bottom:1px solid #ccc;
	}
	
	div#asunto_msg_overlay
	{
		float:left;
		margin-bottom:10px;
		margin-top:5px;
	}
	div#msg_msg_overlay
	{
		float:left;
		width:428px;
		height:75px;
		margin-top:10px;
	}

input#asunto{	
	width:371px;
	height:15px;
	padding:4px;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	background-image:url(../img/overlay/in-area3.png);
	background-repeat:no-repeat;
}

textarea#msg_text
{
	width:418px;
	height:72px;
	padding:4px 4px 4px 4px ;
	border:1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	background-image:url(../img/overlay/in-area.png);
	background-repeat:no-repeat;
}

div.status
{
	float: left;
	width: 300px;
	height: 12px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	text-align: center;
	color: #0066cc;
}

div#posicion_botones_overlay
{
	float:right;
	width:155px;
	height:40px;
	margin-top:20px;
}

/* the overlayed element */
div.overlay_msg {
	display:none;
	/*growing background image*/
	background-image:url(../img/overlay/vina.png);
	width:auto;
	height:auto;
	background-color:#fff;
	border:1px solid #CCC;
	-moz-border-radius:5px;
	/*some padding to layout nested elements nicely */
	padding:10px;
	/*a little styling*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	/* growing background image */
}

/* default close button positioned on upper right corner */
div.overlay_msg div.close {
	background-image:url(../img/overlay/close2.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.overlay_msg div.close:hover
{
	background-image:url(../img/overlay/close.png);
}

/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap_msg {
	float:left;
	width:570px;
	height:auto;
}

div.fondo_msg_overlay
{
	float:left;
	width:570px;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	color:#000;
}

div#proceso_msg_overlay
{
	float:left;
	width:570px;
	height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#900;
	text-align:center;
}

div#thumb_msg_overlay
{
	float:left;
	width:130px;
	height:130px;
	border:1px solid #FFF;
	-moz-border-radius:5px;
}

	div#thumb_msg_overlay img
	{
		float:left;
		margin-top:5px;
		margin-left:5px;
		border:1px solid #999;
	}

div#datos_msg_overlay
{
	float:left;
	width:428px;
	min-height:130px;
	margin-left:10px;
	text-align:left;
}
	div#usuario_msg_overlay
	{
		float:left;
		width:240px;
		height:20px;
		margin-top:5px;
		font-family: Georgia;
		font-weight:bold;
		font-size:20px;
	}
	
	div#sexo_msg_overlay
	{
		float:left;
		width:188px;
		height:20px;
		text-align:right;
		margin-top:5px;
	}
	
	div#provincia_msg_overlay
	{
		float:right;
		width:188px;
		height:20px;
		text-align:right;
	}

	div#titulo_msg_overlay
	{
		float:left;
		width:428px;
		height:15px;
		margin-top:5px;
		font-size:12px;
		border-bottom:1px solid #ccc;
	}
	
	div#asunto_msg_overlay
	{
		float:left;
		margin-bottom:10px;
		margin-top:5px;
	}
	div#msg_msg_overlay
	{
		float:left;
		width:428px;
		height:75px;
		margin-top:10px;
	}

input#asunto{	
	width:371px;
	height:15px;
	padding:4px;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	background-image:url(../img/overlay/in-area3.png);
	background-repeat:no-repeat;
}

textarea#msg_text
{
	width:418px;
	height:72px;
	padding:4px 4px 4px 4px ;
	border:1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	background-image:url(../img/overlay/in-area.png);
	background-repeat:no-repeat;
}

div.status
{
	float: left;
	width: 300px;
	height: 12px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	text-align: center;
	color: #0066cc;
}

div#posicion_botones_overlay
{
	float:right;
	width:155px;
	height:40px;
	margin-top:20px;
}

/* the overlayed element */
div.overlay_ventajas {
	display:none;
	/*growing background image*/
	background-image:url(../img/overlay/vina.png);
	width:auto;
	height:auto;
	background-color:#fff;
	border:1px solid #CCC;
	-moz-border-radius:5px;
	/*some padding to layout nested elements nicely */
	padding:10px;
	/*a little styling*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
}

/* default close button positioned on upper right corner */
div.overlay_ventajas div.close {
	background-image:url(../img/overlay/close2.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.overlay_ventajas div.close:hover
{
	background-image:url(../img/overlay/close.png);
}

/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap {
	float:left;
	width:800px;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-align:justify;
}

div#ventajas
{
	float:left;
	width:740px;
	height:auto;
	padding:10px;
	background-color:#e7e7e7;
	margin-left:20px;
}

div#centrarrrr
{
	float:left;
	width:740px;
	height:20px;
	margin-left:20px;
	margin-top:5px;
	text-align:center;
}



H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 4px;
}
H2 A
{
	color: #000;
}
H2 A:hover
{
	color: #01669E;
}
H3
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #333;
	text-shadow: #FFF 1px 1px;
}
.titulo_album_
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #333;
	text-shadow: #FFF 1px 1px;
}
.boton
{
	float: left;
	cursor: pointer;
	height: 18px;
	background-image: url(../img/globals/bg_boton1a.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-weight: bold;
	border: none;
	margin-right: 3px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.boton INPUT
{
	height: 18px;
}
.boton:hover
{
	color: #3897CF;
}
TEXTAREA.contacto-msg
{
	border: 1px dotted #37A;
	width: 300px;
	height: 80px;
}
TEXTAREA.contacto-msg:hover
{
	background-color: #BEDBEC;
}
.caja-982
{
	width: 982px;
	float: left;
}
.caja-982a
{
	float: left;
	width: 982px;
	height: 22px;
	background-image: url(../img/globals/caja-top982.png);
	background-repeat: no-repeat;
}
.caja-982b
{
	float: left;
	width: 982px;
	background-image: url(../img/globals/caja-middle982.png);
	background-repeat: repeat-y;
}
.caja-982c
{
	float: left;
	width: 982px;
	height: 11px;
	background-image: url(../img/globals/caja-bottom982.png);
	background-repeat: no-repeat;
}
.caja-982content
{
	float: left;
	width: 946px;
	margin-left: 18px;
	margin-right: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.caja-765
{
	width: 765px;
	float: left;
}
.caja-765a
{
	float: left;
	width: 765px;
	height: 22px;
	background-image: url(../img/globals/caja-top.png);
	background-repeat: no-repeat;
}
.caja-765b
{
	float: left;
	width: 765px;
	background-image: url(../img/globals/caja-middle.png);
	background-repeat: repeat-y;
}
.caja-765c
{
	float: left;
	width: 765px;
	height: 11px;
	background-image: url(../img/globals/caja-bottom.png);
	background-repeat: no-repeat;
}
.caja-765content
{
	float: left;
	width: 729px;
	margin-left: 18px;
	margin-right: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.caja-460
{
	width: 460px;
	float: left;
}
.caja-460a
{
	float: left;
	width: 460px;
	height: 22px;
	background-image: url(../img/globals/caja-top460.png);
	background-repeat: no-repeat;
}
.caja-460b
{
	float: left;
	width: 460px;
	background-image: url(../img/globals/caja-middle460.png);
	background-repeat: repeat-y;
}
.caja-460c
{
	float: left;
	width: 460px;
	height: 11px;
	background-image: url(../img/globals/caja-bottom460.png);
	background-repeat: no-repeat;
}
.caja-460content
{
	float: left;
	width: 424px;
	margin-left: 18px;
	margin-right: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.caja-300
{
	width: 300px;
	float: left;
}
.caja-300a
{
	float: left;
	width: 300px;
	height: 22px;
	background-image: url(../img/globals/caja-top300.png);
	background-repeat: no-repeat;
}
.caja-300b
{
	float: left;
	width: 300px;
	background-image: url(../img/globals/caja-middle300.png);
	background-repeat: repeat-y;
}
.caja-300c
{
	float: left;
	width: 300px;
	height: 11px;
	background-image: url(../img/globals/caja-bottom300.png);
	background-repeat: no-repeat;
}
.caja-300content
{
	float: left;
	width: 264px;
	margin-left: 18px;
	margin-right: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.caja-menu
{
	width: 212px;
}
.caja-menua
{
	float: left;
	width: 212px;
	height: 22px;
	background-image: url(../img/globals/menu-top.png);
	background-repeat: no-repeat;
}
.caja-menub
{
	float: left;
	width: 212px;
	background-image: url(../img/globals/menu-middle.png);
	background-repeat: repeat-y;
}
.caja-menuc
{
	float: left;
	width: 212px;
	height: 5px;
	background-image: url(../img/globals/menu-bottom.png);
	background-repeat: no-repeat;
}
.caja-menucontent
{
	float: left;
	width: 202px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.caja-menucontent IMG
{
	border: none;
}
#left_rs
{
	float: left;
	min-height: 70px;
	width: 212px;
	margin-right: 5px;
}
#right_rs
{
	float: left;
	min-height: 100px;
	width: 765px;
}
#left_empty
{
	float: left;
	height: 18px;
	width: 212px;
	margin-right: 5px;
}
#right_title
{
	float: left;
	height: 18px;
	width: 740px;
	margin-left: 25px;
}
#right_titled
{
	float: left;
	height: 18px;
	width: 240px;
	margin-left: 25px;
/*background-color:#0C6;*/
}
#prueba
{
	float: left;
	min-height: 30px;
	width: 982px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 35px;
}
.espacio
{
	float: left;
	width: 765px;
	height: 7px;
}
.left_spot
{
	float: left;
	height: 212px;
	width: 212px;
	margin-left: 0px;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(../img/globals/bg_spot.png);
	background-repeat: no-repeat;
}
DIV.left_spot IMG
{
	margin-top: 6px;
	margin-left: 6px;
}
.caja-drogas
{
	width: 998px;
	float: left;
}
.caja-drogasa
{
	float: left;
	width: 748px;
	height: 16px;
	padding-top: 34px;
	padding-left: 244px;
	background-image: url(../img/globals/caja-top-drogas.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-shadow: #b2c6e1 2px 2px 1px;
}
.caja-drogasb
{
	float: left;
	width: 998px;
	min-height: 60px;
	background-image: url(../img/globals/caja-middle-drogas.png);
	background-repeat: repeat-y;
}
.caja-drogasc
{
	float: left;
	width: 998px;
	height: 11px;
	background-image: url(../img/globals/caja-bottom-drogas.png);
	background-repeat: no-repeat;
}
.caja-drogascontent
{
	float: left;
	width: 966px;
	margin-left: 18px;
	margin-right: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.evidenz
{
	background-color: #F2E1E1;
}

img.alerta_mantenimiento
{
	margin-left:162px;
}