/* BANNER MENU STARTS */
#BannerMenu {
	width: 276px;
	height: 174px;
	background-image: url(../images/jovenes/big_left.jpg);
	background-repeat:no-repeat;
	float: left;
}
/* BANNER MENU ENDS */

/* CONTENT STARTS */
#Content {
	width: 784px;
	margin: 0 auto;
	padding: 22px 0 20px 0;
}
#bg {
	background-image: url(../images/internal/bg_content.jpg);
	background-repeat:repeat-y;
}

#Title2 {
	background-image: url(../images/jovenes/bg_top.jpg);
	background-repeat: repeat-x;
}
.inTitle2 {
	background-image: url(../images/jovenes/bg_big_title.jpg);
	background-repeat: no-repeat;
	padding: 7px 0 0 60px;
	height: 32px;
}

.Space {
	padding: 10px 0 0 15px;
}
#LeftCol {
	float: left;
	width: 524px;
	padding: 0 2px 0 0;
}
#InterLeft {
	padding: 10px;
}

#InterLeft p {
	color: #000;
}

#InterLeft h1 {
	font-size:16px;
	color: #449A0A;
}

#InterLeft a {
	text-decoration:underline;
	color: #449A0A;
}

#InterLeft a:hover {
	text-decoration:none;
	color: #449A0A;
}



/* LEFT COL ENDS */
/* RIGHT COL STARTS */
#RightCol a {
	color: #CC0000;
	padding: 0 0 0 5px;
}

#RightCol a:hover {
	color: #0066CC;
}

#RightCol {
	float: left;
	width: 257px;
}

#NewsCol {
	width: 257px;
	background-color: #646464;
	float:left;
}
#NewsCol p.info2,
#NewsCol p.info {
	border-top: 1px solid #fff;
	padding: 15px 20px 15px 20px;
}
#NewsCol p.info2 {
	background-color: #3B3B3B;
}

#NewsCol a {
	color: #4BAC09;
	padding: 0 0 0 5px;
}

#NewsColCol a:hover {
	color: #00CCFF;
}

span.bold {
	font-weight:bold;
	color:#000000;
}

.italica{
	font-style:italic;
	font-weight:bold;
	color:#000000;
}

.text2 {
	padding: 0 20px 15px 20px;
	background-color: #FF9900;
	background-image:url(../images/index/bg_right_text.jpg);
	background-repeat:repeat-x;
	height: 167px;
}
.text {
	padding: 15px 20px 15px 20px;
	background-image:url(../images/index/bg_center_text.jpg);
	background-repeat:repeat-x;
	background-color: #166793;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	height: 161px;
}
.text2 h2,
.text h2 {
	padding: 0 0 15px 0;
}


.linea_puntos {
	 border-bottom: 1px dashed #666666;
 }
 
 .pie{
  	font-size:10px;
	margin:6px;
  }

.imagen_right{
	padding:4px;
	float:right;
	border: 1px solid #CCC;
	margin: 4px;
}

.imagen_left{
	padding:4px;
	float:left;
	border: 1px solid #CCC;
	margin: 4px;
}

#formulario
{
	border:none;
	margin:0px;
	padding:20px 0px 0px 0px;
}


#formulario .lista
{
	margin:0px;
	padding:0px;	
}


#formulario .lista li
{
	line-height:20px;
	list-style:none;
	padding: 5px 5px 5px 5px;
}



#formulario .lista li label
{
	color:#000000;
	display:block;
	float:left;
	width:150px;
}

#formulario .lista li  input, #formulario .lista li  textarea
{
	position:relative;
	color:#000000;

}

#formulario .submit
{
	position:relative;
	left:150px;
}


/* CONTENT ENDS */