/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/fondo.png);
	background-repeat: repeat-x;
	background-color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
p
{
	margin-top: 0px;
	padding-top: 0px;
	line-height: 15px;
}


#main{
	width: 955px;
	margin: 0 auto;
}

#logo{
	width: 265px;
	float: left;
}
#menu{
	width: 647px;
	/*background-color: #000000;*/
	height: 97px;
	float: right;
}

.content
{
	background-image: url(images/fnd.png);
	background-repeat: repeat-y;
	height: 100%;
}
.content_2
{
	background-image: url(images/pie.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-position: bottom;
}
.space_content{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
    overflow:hidden;
}
#content_left{
	width: 411px;
	float: left;
	overflow:hidden;
}
#content_form{
	width: 430px;
	float: left;
	overflow:hidden;
	margin-left: 20px;
}
#content_right{
	width: 501px;
	/*background-color: #000000;*/
	float: right;
}
#right-form{
	/*background-color: #000000;*/
	float: left;
	padding-left: 20px;
}

.left{
	width: 200px;
	float: left;
}
.right{
    width: 200px;
	float: right;
}

.pie
{
	background-image: url(images/pie.jpg);
	background-repeat: no-repeat;
	height: 179px;
	width: 100%;
}
.menu_inf
{
	text-align: center;
	width: 600px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}

.left-dep{
	float: left;
	overflow:hidden;
	padding-left: 20px;
}

.gris
{
	color: #999999;
}
.tit_noti{
	color: #FF0099;
	font-weight: bold;
}
.med{
	font-size: 14px;
}
/*######## enlaces ###########*/

a:link, a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #FFFFFF;
}

a.linkmen:link, a.linkmen:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.linkmen:hover
{
	text-decoration: underline;
}

/*######## ESTILOS FORMULARIOS ###########*/

form {
	margin: 0px;
	padding: 0px;
}
.input
{
	background-color: #5C5C5C;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #333333;
	width: 165px;
	color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.input_c
{
	background-color: #5C5C5C;
	border: 1px solid #333333;
	width: 265px;
	color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#name
{
	background-image: url(images/icon1.png);
	background-repeat: no-repeat;
	background-position: left;
}
#mail
{
	background-image: url(images/icon2.png);
	background-repeat: no-repeat;
	background-position: left;
}
#mensaje
{
	background-color: #5C5C5C;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #333333;
	width: 285px;
	color: #999999;
	padding: 5px;
}
.btn_c
{
	padding-left: 230px;
	margin-top: 50px;
}

/*######## ESTILOS DELA GALERIA AJAX ###########*/

#slider {
    width: 501px; /* important to be same as image width */
    height: 396px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 501px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 475px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul #sliderContent { list-style-type: none;}