/*Declaracion de fuentes de texto*/
@font-face {
    font-family: OpenSans-Regular;
    src: url(../fuentes/OpenSans-Regular.ttf);
}
/*Fin de declaracion de fuentes de texto*/

body{
	background: url(../images/background/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
		-moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: OpenSans-Regular;
	font-size: 14px;
}
#contenedor_principal{
	margin: 0 auto;
	width: 80%;
	border: 2px solid black;
	border-radius: 20px;
	background-image: url(../images/background/color8.png);
	background-repeat: repeat;

}
.nombre{
	text-align: center;
}
.especialidad{
	text-align: center;
}
.contacto{
	text-align: center;
}
.contacto a{
	color: green;
	text-decoration: none;
}
.contacto a:visited{
	color: green;
}
.contacto a:hover{
	color: yellow;
}
.contacto a:active{
	color: purple;
}

.foto{
	margin-top: 70px;
	margin-bottom: 10px;
	width: 30%;
	height: auto;
	float: right;
	border-radius: 10px 10px 10px 10px;
	
}
.tituloextracto{
	text-align: center;
}
.extracto{
	width: 60%;
	float: left;
}
#dejardeflotar{
	clear: both;
}
header{
	padding-left: 5%;
	padding-right: 5%;
}
section{
	padding-left: 5%;
	padding-right: 5%;
}
/*para las listas*/
ul{
	list-style: none;
	padding-left: 25px;
}
/*para el boton de descarga PDF*/

#barracuda a{
	text-decoration: none;
	
}
#barracuda a div{
	margin: 0 auto;
	width: 200px;
	/*height: 120px;*/
	background-color: green;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	border: 1px black solid;
	border-radius: 10px;
	text-align:center;
}
#barracuda a div:hover{
	color: yellow;
}
#barracuda a div:visited{
	color: white;
}
.enlacecodigocurso{
	color: green;
	text-decoration: none;
}
.enlacecodigocurso:visited{
	color: green;
}
.enlacecodigocurso:hover{
	color: yellow;
}
.enlacecodigocurso:active{
	color: purple;
}
#barracuda2 a{
	text-decoration: none;
	
}
#barracuda2 a div{
	margin: 0 auto;
	width: 200px;
	/*height: 120px;*/
	background-color: #0093BA;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	border: 1px black solid;
	border-radius: 10px;
	text-align:center;
	font-family: OpenSans-Regular;
}
#barracuda2 a div:hover{
	color: yellow;
}
#barracuda2 a div:visited{
	color: white;
}

.last_update{
	font-family: "Courier New";
	font-size: 12px;
	color: black;
	margin-top: 10px;
	text-decoration: underline;
}
.last_update:visited{
	font-family: "Courier New";
	font-size: 12px;
	color: black;
	margin-top: 10px;
	text-decoration: underline;
}
.last_update:hover{
	font-family: "Courier New";
	font-size: 12px;
	color: #332110;
	margin-top: 10px;
	text-decoration: underline;
}
.last_update:active{
	font-family: "Courier New";
	font-size: 12px;
	color: red;
	margin-top: 10px;
	text-decoration: underline;
}