﻿  /* CSS layout */
body {
	background-image:url('img/img_laterales.gif');
	background-repeat:repeat-y;
	background-position:top;
	background-color:rgb(237, 238, 239);
	margin-top:0px;
	margin:0px;
	height:100%;
	padding:0px;
	overflow:scroll;
}

#masthead {
}

#top_nav {
height:40px;
}

#container {
	min-width: 600px;
}

#menu {
	width: 175px;
	float: left;
	text-align:left;
	margin-left:30px;
}

#page_content {
	margin-left: 250px;
	width:600px;
	text-align:justify;
}

#footer {
	clear: both;
	background-color:white;
	height:100%;
}
.texto_menu{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:13px;
	color:#727271;
	text-decoration:none;
}
.texto_menu:hover{
	color:black;
}
.texto_seccion{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#5E5971;
}
.texto_parrafo{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11.3px;
	text-align:justify;
	line-height:170%;
	color:#5B5B5B;
}
.texto_parrafo_02{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11.3px;
	text-align:left;
	line-height:170%;
	color:#5B5B5B;
}

.texto_titulo_01{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:12px;
	text-align:left;
	line-height:170%;
	font-weight:bold;
	color:black;
}
.texto_pie{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:10px;
	text-align:justify;
	color:#B2B3B3;
}


.espacio_01
{
	height:5px;
}
.espacio_02
{
	height:30px;
}
.link_01{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11.3px;
	text-decoration:none;
	border-bottom:1px gray dotted;
}
.linea_punteada{
	width:600px;
	margin-right: 20px; 
	margin-bottom: 15px; 
	margin-left: 20px; 
	border-bottom-color: rgb(200,200,200);
	border-bottom-width: 1px; 
	border-bottom-style: dotted;
}
.texto_precios_01{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-weight:bold;
	font-size:11.3px;
	text-align:left;
	line-height:170%;
	color:#990000;
}

