@charset "utf-8";

* {
margin:0px;
padding:0px;
	
	}
body {
	background-color: #3A3A3A;
	margin:40px 0px 0px 0px;
}
#General {
	width: 1000px;
	height:700px;
	background-image: url(../images/fondo.jpg);
	margin:auto;
}
#Piedepag {
	background-image: url(../images/copyright.png);
	height: 100px;
	width: 700px;
	bottom:10px;
}

#Contenido {
	width: 1000px;
}
#Contenido2 {
	width: 1000px;
}
#General #Contenido #Contenido2 p {
	font-family: Ebrima;
	font-size: 18pt;
	font-weight: bold;
	color: #242424;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	padding-left: 180px;
	padding-right: 180px;
}
#General #Contenido p {
	font-family: Ebrima;
	font-size: 12pt;
	font-weight: normal;
	color: #4D4D4F;
	text-decoration: none;
	text-align: justify;
	padding-right: 50px;
	padding-left: 35px;
}

.menuleftbg{
	background-image:url(../images/bgleftimage.jpg?v=1);
	height:700px;	
}

.ttitle{
	font-size:22px; 
	font-weight:bold; 
	color:#FC0; 
	font-family:Arial, Helvetica, sans-serif;
}

.leftButtons{
	font-size:22px; 
	font-weight:bold; 
	color:#FC0; 
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	padding-left:5px;
}

.leftButtons:hover{
	color:#333;
	background-image:url(../../images/rollover_botonera.png);
}