* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: .8em;
	background-color: #F0F0F0; 
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #EC1B30;
}

input, select {
	width: 10em;
	border: 1px solid #CCCCCC;
}

select {
	width: 10em;
}

.nosize {
	width: auto;
}
	
img {
	border: 0;
}

.no_size {
	width: auto;
}

a:hover {
	border-bottom: 1px solid #EC1B30;
}
h1 {
	text-align: center;
	padding: .75em;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 8px;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
p {
	margin-bottom: 1em;
	padding: 0 1em;
}

.simple {
	margin: 10px auto;
	padding: 7px;
	border: 1px solid #FF91A3;
}


/*
.fondo {
	width: 800px;
	margin: 0 auto;
	background-image: url('img/fondo.jpg');
	background-repeat:repeat-y;
}
.fondo_arriba {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	background-image: url('img/fondo_arriba.jpg');
	background-repeat:repeat-y;
}
.fondo_abajo {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	background-image: url('img/fondo_abajo.jpg');
	background-repeat:repeat-y;
}
*/

.papel {
	width: 100%;
	margin: 0 auto;
	
	background-color: #FFFFFF;
}

.main {
	/*width: 660px;*/
	width: 100%;
	padding: 15px 20px;
}

.pie {
	width: 100%;
	font-size: .8em;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
}

.encabezado {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

.top_bar td {
	text-align: left;
	vertical-align: bottom;
	padding: 0;
}

.top_bar .logo {
	width: 200px;
	text-align: left;
	vertical-align: middle;
}

.top_bar .top_image {
	background-color: #FFFFFF;/*#FFF78C;*/
	padding: 0;
}

.top_bar .menu {
	color: white;
	background-color: #EC1B30;
	font-size: 11px;
	text-align: center;
}
.top_bar .menu td {
	padding: 3px;
}
.menu_item a, .menu_item a:link, .menu_item a:visited, .menu_item a:active {
	border-bottom: 3px solid #FFFFFF;
	padding-bottom: 5px;
	color: white;
	font-size: 14px;
}
.menu_item a:hover {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid #EC1B30;
}

.admin-form {
	text-align: center;
}

.header td {
	font-weight: bold;
}

.inmuebles {
	width: 100%;
}

.inmuebles td {
	padding: 3px;
}

.resumen {
	padding: 0.5em;
	border-bottom: 1px solid #FF91A3;
	width: 100%;
}

.resumen td {
	vertical-align: top;
}

.resumen .header {
	font-weight: bold;
	padding: 2px 3px;
	text-align: right;
}

.resumen .imagen {
	text-align: right;
	width: 145px;
}


.al {
	text-align: left;
}

.ar {
	text-align: right;
}

.ac {
	text-align: center;
}

.alvt {
	text-align: left;
	vertical-align: top;
}

.acvt {
	text-align: center;
	vertical-align: top;
}

.arvt {
	text-align: right;
	vertical-align: top;
}

.alvb {
	text-align: left;
	vertical-align: bottom;
}

.acvb {
	text-align: center;
	vertical-align: bottom;
}

.arvb {
	text-align: right;
	vertical-align: bottom;
}

.less_important {
	font-size: .85em;
	color: #999999;
}

.album a {
	border: 0;
}

.album .imagen {
	float: left;
	padding: 4px;
	margin: 3px;
	text-align: center;
	line-height: 14px;
	border: 1px solid #FF91A3;
}

.album .img {
	margin: 5px;
}


.admin_link {
	width: 15em;
	text-align: center;
	font-size: .8em;
	margin: 0 auto;
}

.mision, .vision, .objetivo {
	text-align: center;
	width: 33%;
	vertical-align: top;
	padding-top: 3px;
}

.mision a, .vision a, .objetivo a {  
	color: #999999;
	margin-bottom: .5em;  
}

#mision_text, #vision_text, #objetivo_text {  
	text-align: left;
	padding: 5px;
}

.mision a:hover, .vision a:hover, .objetivo a:hover {
	border-bottom: 1px solid #999999;
	font-weight: bold;
}
.vendido_thumb {
	position: relative; 
	top: 50px; 
	color: red;
	height: 25px;
	margin-top: -25px;
	font-weight: bold; 
	font-size: 18px;
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	margin-left: 5px;
	text-align: center;
}

.vendido_detalle {
	position: relative; 
	top: 100px;
	height: 50px;
	margin-top: -50px;
	color: red; 
	font-weight: bold; 
	font-size: 32px;
	background-color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	text-align: center;
}

.underlined_table td {
	padding: 0 5px;
	border-bottom: 1px solid #EEEEEE;
}