@charset "utf-8";
/* CSS Document */
/* General */
html {
	width:100%; height:100%; margin:0px; padding:0px;
}
body	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%; height:100%;
	font-size:12px;
	background-color:#000000;
	text-align:center;
	margin:0px auto;
	padding:0px;
	vertical-align:top;
}
body.resultados {
	width:100%; height:100%; margin:0px; padding:0px;
	background: scroll #000 url(../images/fondoP.jpg) top center repeat-y;
}
a {
	text-decoration:none;
	color:#711C1A;
}
a:hover {
	text-decoration:none;
	color:#711C1A;
	border-bottom:dotted thin;
}
/*	Terminan generales
	Comienza home	 */
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:800px;
	height:700px;
	margin:0 auto;
}
.hleft {
	background-image:url(../images/home_hleft.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:80px;
	height:700px;
	float:left;
}
.hcenter {
	width:640px;
	height:700px;
	float:left;
	overflow:hidden;
}
	.hmenu_top {
		background-image:url(../images/home_hmenu.jpg);
		background-position:center;
		background-repeat:no-repeat;
		width:640px;
		height:15px;
		float:left;
		text-align:right;
		color:#711C1A;
		text-decoration:none;
		font-size:10px;
	}
	/* Inicia contenido del div central del home */
	.logo_home {
		background-image:url(../images/home_logo.jpg);
		background-position:center;
		background-repeat:no-repeat;
		width:640px;
		height:226px;
		float:left;
	}
	.form_busq_home {
		background-image:url(../images/home_busq.jpg);
		background-position:center;
		background-repeat:no-repeat;
		width:640px;
		height:104px;
		float:left;
	}
	.home_contenido {
		background-image:url(../images/home_cont.jpg);
		background-position:center;
		background-repeat:no-repeat;
		width:640px;
		height:255px;
		float:left;

	}
		.videoYT {
			padding-left:80px;
			padding-top:0px;
			text-align:left;
			font-family: Calibri, Arial, Helvetica, sans-serif;
			font-size: 12px;
			background:transparent;
			width:240px;
			height:255px;
			float:left;
		}
		.destacados {
			padding-left:25px;
			padding-top:0px;
			background:transparent;
			width:295px;
			height:255px;
			float:left;
		}
		.destacados table {
			background-image:url(../images/tDestacados.jpg);
			background-position:center;
			background-repeat:no-repeat;
			width:220px;
			height:216px;
		}
		.destacados #Destac1 {
			width:220px;
			height:64px;
		}
		.destacados #Destac2, .destacados #Destac4  {
			font-family: Calibri, Arial, Helvetica, sans-serif;
			font-size: 12px;
			height: 25px;
		}
		.destacados #Destac3 {
			width:220px;
			height:82px;
		}
		.foot {
			background-image:url(../images/home_foot.jpg);
			background-position:center;
			background-repeat:no-repeat;
			width:640px;
			height:100px;
			float:left;
		}
	/* Termina contenido del div central del home */
.hright {
	background-image:url(../images/home_hright.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:80px;
	height:700px;
	float:left;
}
/*	Termina contenido del home
	Inician int	*/
.header
	{
		text-align: right;
}
.logo
	{
		text-align: center;
}
.logo_left
	{
		text-align: left;
}
.url
	{
		color: green;
}
.text
	{
		background-color:lightgray;
}
.submit
	{
		margin:5px;
}
.total
	{
		margin-top: 15px;
		margin-bottom: 15px;
		background-color:#B8794D;
		color: #FFF;
		text-align: right;
}	
.paginacion
	{
		text-align: right;
}
.footer
	{
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: -2;
}
.foot_busqueda
	{
		background-color:#B8794D;
		color:#FFF;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
}	
/*	Empiezan divs internos		*/
.body_int
	{
	width:800px;
	height:609px;
	float:left;
	text-align:left;
	}
.head_int
	{
	float:left;
	text-align:right;
	width:800px;
	height:27px;
	background-image:url(../images/int1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
.left_int
	{
	float:left;
	width:27px;
	height:582px;
	background-image:url(../images/int2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
.center_int
	{
	float:left;
	width:740px;
	height:582px;
	}
.cont_int
	{
	width:740px;
	height:552px;
	background-image:url(../images/int3.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment: inherit;
	float:left;
	text-align:right;
	overflow:auto;
	}
	.cont_int2
		{
		width:100%;
		height:552px;
		margin-left:0;
		overflow:auto;
		text-align:left;
		}
.cont_bottom
	{
	width:740px;
	height:30px;
	background-image:url(../images/int4.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	}
.right_int
	{
	width:33px;
	height:582px;
	background-image:url(../images/int5.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	}
/* Diseņo 2*/
.int_body{
	color:#000;
	width:800px;
	height:100%;
	margin: 0px auto;
}
.int_izq {
	width:84px;
	float:left;
}
.int_centro {
	width:640px;
	float:left;
}
	.int_cabeza {
		text-align:right;
		padding-top:5px;
		height:22px;
		padding-right:5px;
		width:635px;
		float:left;
	}
	.int_forma {
		width:640px;
		margin-left:0px;
		background: scroll transparent url(../images/logoBusq.gif) top left no-repeat;
		float:left;
	}
		.int_forma #fBusqueda {
			padding-left:90px;
			padding-top:90px;
			width: 300px;
			height: 50px;
			float:left;
		}
	.int_contIzq {
		width:470px;
		float:left;
	}
		.int_resultados {
			text-align:left;
			padding-left:15px;
			width: 455px;
			height: 100%;
			float: left;
		}
	.int_anuncios {
		margin-top:15px;
		width:170px;
		float:left;
	}
.int_der {
	width:76px;
	float:left;
}
.resultado {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	margin-left:0px;
	margin-right:30px;
}
.resultado a{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.resultado .url{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.mbVermas {
	font-size:7pt;
	text-align:right;
}
.mbResultados {
	padding:20px;
	text-align: left;
}
.mbResultados h2{
	font-size:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.mbResultados #listado tr{
	background-color:#F1DFB3;
}
.mbResultados #listado .adm{
	font-size:7pt;
}
.addSenseRgLg {
	position:absolute;
	right:100px;
	top:10px;
	width:120px;
	height:600px;
}