@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

.contenedor {
	width:980px;
	height:700;
	margin:10px auto;
	background: transparent url(imagenes/bg.jpg) repeat-y 0 0;
	}

.logo {
	margin:30px 0 20px 50px;
	}

.menu1 {
	background: transparent url(imagenes/img1.jpg) no-repeat 19px 0;
	height:295px;
	}

.menu2 {
	background: transparent url(imagenes/img2.jpg) no-repeat 19px 0;
	height:295px;
	}

.menu3 {
	background: transparent url(imagenes/img3.jpg) no-repeat 19px 0;
	height:295px;
	}

.menu4 {
	background: transparent url(imagenes/img4.jpg) no-repeat 19px 0;
	height:295px;
	}

.menu5 {
	background: transparent url(imagenes/img5.jpg) no-repeat 19px 0;
	height:295px;
	}

.menu6 {
	background: transparent url(imagenes/img6.jpg) no-repeat 19px 0;
	height:295px;
	}


.menu7 {
	background: transparent url(imagenes/img7.jpg) no-repeat 19px 0;
	height:295px;
	}

.menu1 a, .menu2 a, .menu3 a, .menu4 a, .menu5 a, .menu6 a, .menu7 a {
	color:#FFF;
	text-decoration:none;
	}

.menu1 a:hover, .menu2 a:hover, .menu3 a:hover, .menu4 a:hover, .menu5 a:hover, .menu6 a:hover, .menu7 a:hover {
	font-weight:bold;
	}

.menu1 ul, .menu2 ul, .menu3 ul, .menu4 ul, .menu5 ul, .menu6 ul, .menu7 ul {
	padding: 30px 0 0 20px;
	}

.menu1 li, .menu2 li, .menu3 li, .menu4 li, .menu5 li, .menu6 li, .menu7 li  {
	list-style:none;
	padding:0 0 2px 20px;
	margin-left:20px;
	}

.act {
	background: transparent url(imagenes/ico.gif) no-repeat 0 2px;
	font-weight:bold;
	}

.tit {
	margin: 100px 0 0 50px;
	}

.pie {
	margin-left:19px;
	}

.info {
	margin:30px;
	}

.txt {
	width:275px;
	display:inline;
	float:left;
	padding-left:30px;
	margin:20px 0;
	}

.txt p {
	margin:10px 0;
	}

.green {
	color:#669900;
	}

.clearfix {
	clear:both;
	}