#pagina{ 
    width:800px;
	margin:0px ;
	/*margin:0px auto; /*para centrarlo en el navegador*/
	padding:0px ; 
	border: 0px;
	position:relative;
}
#curva-superior { 
	background-image: url(imagenes/curva-superior.gif) ;
	background-repeat: no-repeat;
    width:800px ;
    height: 12px ;
    overflow : hidden;
}

#cabecera{
	margin:0px;
	padding:0px;
}

#logo{
	margin:0px;
	padding:0px;
	/*border: black 1px solid;*/
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	height: 120px;
	width: 128px;
	float:left; /*para colocar capas una al lado de la otra desde la izquierda*/
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#titulo{
	margin:0px;
	padding:0px;
	/*border-top: black 1px solid;*/
	border-bottom: black 1px solid;
	/*border-left: black 1px solid;*/
	/*border-right: black 1px solid;*/
	background-image:url(imagenes/fondo_titulo.png);
	font-family: "Arial Black", Gadget, sans-serif;
	font-size:40px;
	font-weight: bold;
	float:left; /*para colocar capas una al lado de la otra desde la izquierda*/
	height: 120px;
	width:550px;
}

#herramientas{
	margin:0px ; 
	padding:0px ; 
	/*border-top: black 1px solid;*/
	border-bottom: black 1px solid;
	/*border-left: black 1px solid;
	/*border-right: black 1px solid;*/
	float:left; /*para colocar capas una al lado de la otra desde la izquierda*/
	height: 120px;
	width:120px;

}

#cuerpo{
    width:798px ;
	margin:0px ; 
	padding:0px ; 
	border: 0px;
	/*border-top: black 1px solid;*/
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
}
#contenidocuerpo{
	text-align: center;
	vertical-align: middle;
	height:auto;
	/*height:580px;*/
}
#noticias{
	margin-left:180px;
	margin-right:180px;
}
#correo{
	    width:798px ;

}
#imagen{
	float:left;
}
#textocuerpo{
	float: right;
}
#menu{
	margin:0px ; 
	padding:0px ; 
	border: 0px;
}

#pie{
    width:798px ;
	margin:0px ; 
	padding:0px ; 
	border: 0px;
	/*border-top: black 1px solid;*/
	/*border-bottom: black 1px solid;*/
	border-left: black 1px solid;
	border-right: black 1px solid;
}
#curva-inferior {
	background-image:url(imagenes/curva-inferior.gif) ;
    background-repeat: no-repeat ;
    width:800px ; 
    height: 12px;
	overflow: hidden;
}


/*Inicio CSS para el menu de navegacion lateral izquierda.*/
ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 140px;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 100px;
}
ul#navigation li a {
    display: block;
    margin-left: -2px;
    width: 100px;
    height: 70px;    
    background-color:#CFCFCF;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
	-ms-border-radius:10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
ul#navigation .inicio a{
	background-image: url(imagenes/home.png);
}
ul#navigation .noticias a      {
	background-image: url(imagenes/noticias.png);
}
ul#navigation .servicios a      {
	background-image: url(imagenes/servicios.png);
}
ul#navigation .donde a      {
	background-image: url(imagenes/donde.png);
}
ul#navigation .contacta a   {
	background-image: url(imagenes/contacto.png);
}
ul#navigation .enlaces a     {
	background-image: url(imagenes/enlaces2.png);
}
/* Fin CSS para la bara de navegacion lateral izquierda.*/

img {
	border-style: none;
}
.centrado {text-align:center}
body {
	text-align: center;
}
.numero5azul {
	color: #020073;
}
.SVazulclaro {
	color: #37A1FF;
}
.texto14 {
	font-size: 14px;
}
.titulotexto2 {
	font-size: 20px;
}
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
#pagina #cuerpo #contenidocuerpo p {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
	
}
#donde1{
/*	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	width:300px;
	float:left;
	/*margin-right: 40px;*/
}#donde2{
	/*margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;*/
	margin-right: 30px;
	/*width:400px;
	height:400px;
	/*float:right;*/
}
.precio {
	font-size: 24px;
	color: #F00;
}

