/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
#wrapper { 
margin: 0 auto;
width: 800px;
background:  #f1f4f2;
}

#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 0px;
 border: none;
 height: 100px;
 margin: 0;
}
#navigation {
 float: left;
 width: 800px;
 color: #333;
 padding: 0;
 margin:0;
 height: 48px;
}


img {
padding:0;
margin:0;
float:left;
}

#int {
 float: left;
 width: 800px;
 padding: 0px;
 margin: 0;
 background: #f1f4f2;
  height: 43px;
}
#leftcolumn { 
 color: #333;
 background: #f1f4f2;
 margin: 0;
 padding: 0;
 width: 275px;
 float: left;
}

#titulo {
width: 275px;
height: 35px;
}
#foto {
width: 275px;
height: 95px;
background: url(imagenes/fondofoto.jpg);
}
#menulat {
width: 245px;
}

p.menulat {
font-size: 10px;
line-height: 18px;
text-align: right;
}

#rightcolumn {
	float: left;
	color: #333;
	background: #f1f4f2;
	margin: 0;
	padding: 10px;
	height: 277px;
	width: 431px;
	overflow: auto;
}

#footer { 
 width: 800px;
 clear: both;
 color: #333;
  margin: 0;
 padding: 0;
 height: 62px;
 background:url(imagenes/pie.jpg);
}

#footer1 { 
 width: 800px;
 clear: both;
 color: #333;
  margin: 0;
 padding: 0;
 height: 29px;
 background:url(imagenes/pie1.jpg);
}

a.submenu:link, a.submenu:visited {
	color:#4c5b52;
	text-decoration: none;
	font-weight:bold;
}

a.submenu:hover, a.submenusel:link {
	color: #7d0049;
}

p {
margin-bottom: 10px;
text-align:justify;
}

p.nombre {
font-size: 12px;
}



