/* -------------- Definiciones generales para la pagina ----------------------- */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color:#FFFFFF;
  font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#666666;  
  margin:0px;
  padding:0px;
}


p {
  margin: 0px 0px 0px 0px;
}

a {
	color: #cc0000;
	text-decoration: none;
	border:0px;
}
a :link   {
	text-decoration: none;
	border:0px;
}
a:active{
	border:0px;
}

a:hover   {
	text-decoration: underline;
	color: #999;
	border:0px;
}

#container {
    width: 932px;
    margin: auto;
}			

/* ----------------------- CAPÇALERA ----------------------- */



.idioma {
	color: #ccc;
	font-size: 10px;
	text-decoration:none;
	text-align: right;
}
.idioma a {
	color: #666;
	font-size: 10px;
	text-decoration:none;
	text-align: right;
}

.idioma a:hover {
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
	text-align: right;
}


/* ----------------------- CONTINGUT ----------------------- */


#content-conteiner {
  float:left;
  width:760px;
  border-left: 1px solid #999999;
  border-top: 1px solid #cccccc;
}

#content {
  border-top: 1px solid #cccccc;
  padding: 0px 30px 0px 0px;
  font-size: 0.6em;
  line-height: 1.8em;
  color: #333333;
  font-weight: normal;
  background: url(../img/fondo.gif) no-repeat bottom;
}

#content h1 {
	font-size: 1.4em;
	color: #cc0000;
	font-weight: bold;
}
#content h2{
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	line-height: 1.1em;
}

#content h3{
	font-size: 1em;
	color: #333;
	font-weight: bold;
	line-height:.2em;
}

#content_d {
  border-top: 1px solid #cccccc;
  padding: 0px 0px 0px 0px;
  font-size: 0.6em;
  line-height: 1.8em;
  color: #333333;
  font-weight: normal;
  background: url(../img/fondo.gif) no-repeat bottom;
}


#content_d h1 {
	font-size: 1.4em;
	color: #cc0000;
	font-weight: bold;
}

ul{
	list-style-image: url(../img/sq_bullet_m.gif);
}

.foto {
  padding: 0px 35px 0px 0px;
  float:left;
  vertical-align:bottom;
  white-space:pre;
}

.foto_d {
  padding: 0px 0px 0px 35px;
  float:right;
}

.foto_es {
  padding: 20px 35px 0px 0px;
  float:left;
}

.foto_com {
  padding: 0px 30px 0px 0px;
  float:left;
}

.foto_cursos {
  padding: 0px 30px 140px 0px;
  float:left;
}



#content_ab {
  padding: 0px 30px 0px 0px;
  font-size: 0.6em;
  line-height: 1.8em;
  color: #333333;
  font-weight: normal;
}

#content_ab h1 {
	font-size: 1.4em;
	color: #cc0000;
	font-weight: bold;
}


#content_solo {
  border-top: 1px solid #cccccc;
  background: url(../img/fondo.gif) no-repeat bottom;
}



/* ----------------------- CONTENT HOME----------------------- */

#content-home {
  float:left;
  width:760px;
  border-left: 1px solid #999999;
  border-top: 1px solid #cccccc;
  margin-top: 0px;
}


.pie{
	color: #999;
	font-size: 10px;
	text-decoration:none;
	text-align: center;
	padding-bottom:15px;
}

.pie a {
	color: #999;
	font-size: 10px;
	text-decoration:none;
}

.pie a:hover {
	color: #cc0000;
	font-size: 10px;
	text-decoration: underline;
}

.espacio{
	padding-top:15px;
}
