/** BASIC */
* {
margin:0px;
padding:0px;
}
body {
	margin: 0;
	padding: 0;
	background: #C6EDFD url(imagenes/web/img01.gif) repeat left top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #435B65;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	color: #447A8C;
}
li {
	list-style-type: none;
}
a {
	color: #4E7683;
}

a:hover {
	color: #008BD1;	
	text-decoration: none;
}

/** HEADER */

#header {
	width: 700px;
	height: 80px;
	background: url(imagenes/web/img02.gif) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#header h1 {
	margin: 0;
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 36px;
	font-style: italic;
	letter-spacing: -2px;
	color: #FFFFFF;
}
#header h1 a{
	color: #FFFFFF;
}
#header h1 a:hover{
	color: #FFFFFF;
}

#header h2 {
	display: none;
}

/** MENU */

#menu {
	width: 680px;
	margin: -2.5em auto 2em auto;
}

a {

	text-decoration: none;
}



/** CONTENT */

#content {
	width: 900px;
	margin: 0 auto 1em auto;
	background: #FFFFFF url(imagenes/web/img05.gif) no-repeat left bottom;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 580px;
	padding: 25px 20px 0 30px;
	background: url(imagenes/web/img03.gif) no-repeat left top;
}

#columnB {
	float: right;
	width: 240px;
	padding: 25px 20px 0 10px;
	background: url(imagenes/web/img04.gif) no-repeat right top;
	text-align: left;
}

/** FOOTER */

#footer {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(imagenes/web/img06.gif) no-repeat left top;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: .8em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}.center {
	text-align: center;
}
.caja		{
	float:left;
	width:234px;
	padding:5px;
	height:370px;
	border:1px solid #E4ECE1;
	background-color:#E4ECE1;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
			}
.caja:hover		{
	border:1px solid #006600;
	background-color:#E4ECE1;	
	filter: alpha(opacity=90) ;
	opacity: 0.9 ;	
			}	img {
	margin: 5px;
}
