body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #F4F4F4;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666666;
	}

a:link { /* unvisited link */
	color:#666;
	}      
a:visited { /* visited link */
	color:#666;
	}  
a:hover { /* mouse over link */
	color:#E53B24;
	}  
a:active { /* selected link */
	color:#666;
	}  

#container { 
	width: 982px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border-top: 10px solid #DDD; /*#78551b*/
	text-align: left; 
	/*background-image:url(img/propu-site03.jpg);*/
	} 

#header { 
	background: #FFF;	  
	/*background-image:url(../img/logo.jpg);
	background-repeat: no-repeat;*/
	height: 61px;
	} 
	
#header h1 {
	margin: 0;
	padding: 12px 0 0 0;
	}


#sidebar1 {
	float: left; 
	width: 168px; 
	/*background: #EBEBEB;  el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	padding: 2px 0; 
	background-image:url(../img/linemenu.gif);
	background-repeat: no-repeat;
	display: inline; /*se usa en este caso para corregir un error en IE, en la interpretación del margin y el padding, si flotamos a la izquierda, y hay 10px de margin a la izquierda, IE sumara el doble de ese margen. Con esta linea corregimos eso.*/
	}

#sidebar2 {
	float: right; 
	width: 200px; 
	/*background: #EBEBEB;  el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	margin: 0;
	padding: 0;
	}

#sidebar1 h2 {
	margin: 0 10px 0 23px;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	}
	
#sidebar2 h2, #mainContent h2 {
	margin: 0 10px 0 0; 
	font-size:12px;
	font-weight: normal;
	padding: 0;	
	}
	
#sidebar2 p {
	margin:8px 0 0 0; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight: normal;
	line-height: 1.5em;	
	padding: 0;	
	}

#mainContent p {
	margin: 8px 10px 0 0; 
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;	
	padding: 0;
	}

#About p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size:14px;
	font-weight: normal;
	padding: 0;
	}

#Contact {
	float: left; 
	width: 200px; 
	/*background: #EBEBEB;  el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	height: 9.8em;
	margin: 0;
	padding: 2px 0 0 0;
	background-image:url(../img/linemenu3.gif);
	background-repeat: no-repeat;
	display: inline;
	}

img {
	border: 0;		
	}

#mainContent {
	float:left;
	width: 586px;
	margin: 0 14px 0 14px; 
	padding: 0 0 20px 0;
	display: inline;
	}
	
#About {
	float:left;
	width: 586px;
	height: 157px;
	margin: 0; 
	background-image:url(../img/linemenu2.gif);
	background-repeat: no-repeat;
	padding: 2px 0 0 0;
	display: inline;
	} 

#Project {
	float:left;
	width: 586px;
	margin: 0; 
	background-image:url(../img/linemenu2.gif);
	background-repeat: no-repeat;
	padding: 2px 0 0 0;
	display: inline;
	}
	
#footer { 
	width: 982px; 
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background-color: #DDD;
	}
	
#footer p {
	display: inline-block;
	margin: 0; 
	padding: 65px 0 0 30px;
	font-size: 10px;
	text-align: left;
	}

/* Varias clases diversas para su reutilización */
.fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 8px;
	}
	
.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
	float: left;
	margin-right: 8px;
	}
	
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.photodw a {
	width: 182px;
	height: 228px;
	margin: 22px 0 0 0;
	padding:0px;
	float:left;
	background-color:#DDD;; /*#e6e8d0*/
	display:block;
	font-size: 0.6em;
	color:#666;	
	border-top: 3px solid #727272;
	border-bottom: 1px solid #727272;
	text-decoration: none;
	
	}
	
.photodwmid a {
	width: 182px;
	height: 228px;
	margin: 22px 12px 0 12px;
	padding:0px;
	float:left;
	background-color:#DDD; /*#e6e8d0*/
	display:block;
	border-top: 3px solid #727272;
	border-bottom: 1px solid #727272;
	font-size: 0.6em;
	color:#666;
	text-decoration: none;
	}
	
.photodw a:hover, .photodwmid a:hover {
	background-color:#FFF;
	background-image: none;
	border-top: 3px solid #E53B24;
	border-bottom: 1px solid #E53B24;
	font-size: 0.6em;
	color:#333;
	}
	
.photodwmid p, .photodw p {
	color:#F00;
	padding: 0;
	margin: 0;
	}
	
.fotito {
	width: 182px;
	height: 179px;
	border-top: 1px solid #727272;
	margin: 5px 0 1px 0;
	padding: 0px;
	}
	
.bold {
	width: 172px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 2px 10px;
	color:#F30;	
	text-decoration: none;
	display:block;
	}
	
.bold2 {
	width: 172px;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
	color:#666;	
	text-decoration: none;
	display:block;
	}
	
.plus {
	width: 40px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#666;	
	text-decoration: none;
	display:inline;
	float: right;	
	}
	
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
	
#Newsletter {
	float: left; 
	width: 175px; /* dado que este elemento es flotante, debe asignarse un ancho */
	background: #DDD url(../img/linemenu3.gif) no-repeat;  /*el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá  #EBEBEB */
	margin: 0;
	padding: 10px 0 0 10px; /* el relleno superior e inferior crea un espacio visual dentro de este div */
	display: inline;
	}
	
#Newsletter p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: normal;
	padding: 0 0 5px 0;	
	display: block;
	}

.txt-form{
	width: 50px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #E53B24;
	background:#EBEBEB; /*#5fbfcd*/
	border: 1px solid #e6e8d0;
	}
		
.alert {
	font-family:Tahoma;
	color: #E53B24;
	font-size:11px;
	padding: 0 0 5px 0;
	}

input[type=submit] {
	width: 60px;
	background-color:#EBEBEB;
	padding: 2px 0;
	margin: 0 0 5px 0;
	color: #E53B24;
	text-transform:uppercase;
	}
	
/*+++++++++++++++++++++++++++++++++++++*/
#mini {
	height: 276px;
	width: 182px;
	float: left;
	display: block;
	background: url(../img/bg.png) repeat fixed;
	border-top: 3px solid #727272;
	border-bottom:  1px solid #727272;
	margin: 0 3px 3px 0px;
}

.mini p span {
	color: #393939;
	font-weight: bold;
	}

.mini p {
	margin: 6px 15px 0 0;
	color: #7a7a7a;
	line-height: 15px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bolder;
}

#miniinfo {
	width: 182px;
	height: 162px;
	border-top: 1px solid #727272;
	margin: 5px 0 1px 0;
	padding: 0px;
}

.miniinfo p                   {
	margin: 0 0px 0 0;
	color: #393939;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
/*+++++++++++++++++++++++++++++++++++++*/

	

