/* General Formatting - DO NOT TOUCH UNCOMMENTED LINES UNLESS YOU KNOW WHAT YOU ARE DOING! */

body {
/* Background Picture */
/*	background: url('fotos/taller_de_continuos.jpg');*/
/*  background-image: url("fotos/IMG_0569-copy.jpg");*/
/*  background-position: 50% 90%;*/

/* Font Color */
	color:#E3A869;
/* Font Type */
/*	font-family: Sans, sans-serif;*/
/* Font Size */
	font-size:20px;
	margin-left:50px;
	margin-right:50px;
	font-weight: bold;
	background-color:black;
}

A:link {text-decoration: none; color: #7BBF6A}
A:visited {text-decoration: none; color: #7BBF6A}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color:red;}

img.floatLeftClear { 
    float:left;
    clear:left;
    margin-top:0px
    margin-bottom:0px;
    margin-right:40px; 
}

img.floatRightClear { 
    float:right;
    clear:right;
    margin-top:0px
    margin-bottom:0px;
    margin-left:40px; 
}

alerta {
    font-weight:bold;
    color:red;
}
