@charset "utf-8";
*{
margin:0;
padding:0;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgtotala.jpg);
	font-family: 'Open Sans', sans-serif;	
}

#contenido_main {
	display: block;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px #888;
	padding-right: 20px;
	padding-left: 20px;
}
#contenido_main #menu_logo {
	display: block;
	width: 250px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	position:fixed;
}
#contenido_main #menu_logo #menu_lf a {
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	background-color: #CC3031;
	margin-bottom: 10px;
	line-height: 40px;
	box-shadow: 0px 0px 5px #841919;
	border-radius: 5px;
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;			
}
#contenido_main #menu_logo #menu_lf a:hover {
 	background-color:#e64040;	
}
#contenido_main #menu_logo #menu_lf #sel {
	background-color: #333333;
	box-shadow: 0px 0px 5px #d43434;		
}

#slider{
	display: block;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#titulo {
	font-size: 24px;
	color: #FFFFFF;
	display: block;
	background-color: #1577B7;
	text-indent: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
	margin-bottom: 15px;
	margin-top: 0px;
}
#sociales img {
	height: 70px;
	width: 70px;
	margin: 5px;
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;		
}
#sociales img:hover {
	height: 80px;
	width: 80px;
	margin: 0px;
}
#slid_m {
	display: block;
	clear: both;
	height: 20px;
}
#contenido_main #compositores {
	display: block;
	clear: both;
	margin-bottom: 20px;
}
#contenido_main #compositores #img {
	display: block;
	float: left;
	width: 250px;
}

#contenido_main  #compositores  #imgcir {
	display: block;
	float: left;
	width: 250px;
	box-shadow: 0px 0px 5px #841919;
	border-radius: 250px;
	border: 2px solid #FFFFFF;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
	margin-bottom: 20px;
}
#contenido_main #compositores #contenido {
	display: block;
	float: right;
	width: 550px;
	text-align: justify;
}
#contenido_main #linkcompositores a {
	display: block;
	float: left;
	background-color: #CC3031;
	line-height: 40px;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: 10px;
	color: #FFFFFF;
}
#contenido_main #linkcompositores a:hover {
	color: #EEEEEE;
}
#dummy20 {
	display: block;
	clear: both;
	height: 20px;
}
#contenido_main  #linkcompositores #sel {
	background-color: #333333;
}
#formulario td {
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#formulario input {
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-size: 14px;
	color: #333333;
	width: 250px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-moz-box-shadow:0 0 4px #cccccc;
	-webkit-box-shadow:0 0 4px #cccccc;
	box-shadow:0 0 4px #cccccc;
	margin-top: 5px;
	background-image: url(images/bgmailbox.jpg);
	background-position: center;
}
#formulario input[type='text']:focus{
	outline: none;
	box-shadow:0 0 0 3px #333333;
}
#formulario #verifica {
	width: 100px;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	font-weight: bold;
	color: #CC0000;
}
#formulario #enviar {
	width: 100px;
	background-image: url(images/bgboton.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
}
#backcolortd {
	background-color: #eeeeee;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#formusuario input {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 3px;
	margin-left: 10px;
}
#btncert {
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #eeeeee;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-moz-box-shadow:0 0 4px #444444;
	-webkit-box-shadow:0 0 4px #444444;
	box-shadow:0 0 4px #444444;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
}
.linea:hover {
	background-color: #66FFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#linea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contenido_main .telefonosbottom {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #CC3031;
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 25px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E93F3F;
}
